Skip to content

Commit

Permalink
update the pypi workflow (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
keewis authored Nov 4, 2023
1 parent 38dec9d commit cc8a7c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
name: Upload to PyPI
runs-on: ubuntu-latest
needs: build
if: github.event_name == 'release'

environment:
name: pypi
Expand All @@ -53,6 +54,7 @@ jobs:
path: dist/

- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@37f50c210e3d2f9450da2cd423303d6a14a6e29f
uses: pypa/gh-action-pypi-publish@b7f401de30cb6434a1e19f805ff006643653240e
with:
verify_metadata: true
verbose: true

0 comments on commit cc8a7c5

Please sign in to comment.