diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 4b6f833..07099f0 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -17,7 +17,7 @@ jobs: id-token: write if: | github.repository == 'Becksteinlab/numkit' && - (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