Skip to content

Commit

Permalink
fix missing closing parenthesis in deploy workflow (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
orbeckst authored Sep 19, 2024
1 parent be8b8ad commit 81e5427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
id-token: write
if: |
github.repository == 'MDAnalysis/mda-xdrlib' &&
(github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
(github.event_name == 'push' && startsWith(github.ref, 'refs/tags/'))
name: Build, upload and test pure Python wheels to TestPypi
runs-on: ubuntu-latest

Expand Down

0 comments on commit 81e5427

Please sign in to comment.