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.
1 parent e768b0f commit 331b298Copy full SHA for 331b298
.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