Skip to content

Commit

Permalink
ci: fix publish job
Browse files Browse the repository at this point in the history
  • Loading branch information
15r10nk committed Dec 17, 2024
1 parent cc1ed52 commit 31cbe87
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ jobs:
publish:
name: Publish new release
runs-on: ubuntu-latest
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
needs: [test, coverage]
environment: pypi
permissions:
Expand Down

0 comments on commit 31cbe87

Please sign in to comment.