We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e768b0f + 331b298 commit 55c0241Copy full SHA for 55c0241
.github/workflows/deploy.yaml
@@ -17,7 +17,7 @@ jobs:
17
id-token: write
18
if: |
19
github.repository == 'MDAnalysis/GridDataFormats' &&
20
- (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
+ (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/'))
21
name: Build, upload and test pure Python wheels to TestPypi
22
runs-on: ubuntu-latest
23
0 commit comments