Skip to content

Commit

Permalink
fixed deployment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
orbeckst committed Sep 18, 2024
1 parent 4492766 commit 4877237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4877237

Please sign in to comment.