diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index af4b815..e53330e 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -17,7 +17,7 @@ jobs: id-token: write if: | github.repository == 'MDAnalysis/GridDataFormats' && - (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') + (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')) name: Build, upload and test pure Python wheels to TestPypi runs-on: ubuntu-latest