Skip to content

Commit

Permalink
use latest version of pypa/gh-action-pypi-publish github action
Browse files Browse the repository at this point in the history
  • Loading branch information
phycodurus committed Jan 9, 2025
1 parent 6d0021d commit b1a0aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
poetry build -f wheel
poetry build -f sdist
- name: Publish to PyPI with pypi-publish (trusted publishing)
uses: pypa/gh-action-pypi-publish@v1.8.5
uses: pypa/gh-action-pypi-publish

0 comments on commit b1a0aeb

Please sign in to comment.