Skip to content

Commit

Permalink
correction2
Browse files Browse the repository at this point in the history
  • Loading branch information
rcholic committed Jun 5, 2024
1 parent eb26834 commit 4646766
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:

pypi-publish:
name: Publish release to PyPI
if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
needs:
- build
runs-on: ubuntu-latest
environment:
name: pypi
Expand Down

0 comments on commit 4646766

Please sign in to comment.