Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgafni committed Nov 1, 2023
1 parent f86d959 commit 4811c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
# run: echo "Success!"

publish:
needs: [success]
needs: [test, lint]
if: contains(github.ref, 'refs/tags/')
name: Publish to PyPI
strategy:
Expand Down

0 comments on commit 4811c78

Please sign in to comment.