Skip to content

Commit

Permalink
add publish pypi ci job under pypi-publish env
Browse files Browse the repository at this point in the history
  • Loading branch information
luccabb committed Feb 3, 2025
1 parent 1a2444d commit 4bba785
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
environment: pypi-publish
if: startsWith(github.ref, 'refs/tags/')
needs: [ linux-build ]
steps:
Expand Down

0 comments on commit 4bba785

Please sign in to comment.