We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21b15e1 commit 542d0afCopy full SHA for 542d0af
1 file changed
.github/workflows/deploy.yaml
@@ -17,7 +17,7 @@ jobs:
17
id-token: write
18
if: |
19
github.repository == 'MDAnalysis/MDAnalysisData' &&
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