Skip to content

Commit 542d0af

Browse files
committed
fix syntax error in deploy.yaml
1 parent 21b15e1 commit 542d0af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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/MDAnalysisData' &&
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)