Skip to content

Commit

Permalink
Merge pull request #137 from MDAnalysis/fix-deploy
Browse files Browse the repository at this point in the history
fix syntax error in deployment
  • Loading branch information
RMeli authored Oct 30, 2023
2 parents e768b0f + 331b298 commit 55c0241
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/GridDataFormats' &&
(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 55c0241

Please sign in to comment.