Skip to content

Commit 55c0241

Browse files
authored
Merge pull request #137 from MDAnalysis/fix-deploy
fix syntax error in deployment
2 parents e768b0f + 331b298 commit 55c0241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
id-token: write
1818
if: |
1919
github.repository == 'MDAnalysis/GridDataFormats' &&
20-
(github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
20+
(github.event_name == 'push' && startsWith(github.ref, 'refs/tags/'))
2121
name: Build, upload and test pure Python wheels to TestPypi
2222
runs-on: ubuntu-latest
2323

0 commit comments

Comments
 (0)