Skip to content

Commit

Permalink
🐛 fix deployment to PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry committed May 6, 2024
1 parent f030e10 commit 8706c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:

publish:
name: Publish package
if: startsWith(github.event.ref, 'refs/tags/v')
if: startsWith(github.ref, 'refs/tags')
needs:
- run-unit-and-integration-tests-with-conda-install
- run-unit-local-pip-installation
Expand Down

0 comments on commit 8706c61

Please sign in to comment.