Skip to content

Commit

Permalink
ci: update pypa/gh-action-pypi-publish step
Browse files Browse the repository at this point in the history
  • Loading branch information
williballenthin committed Oct 30, 2024
1 parent 6da1633 commit ab24a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
mkdir dist/
cp -r artifacts/**/*.whl dist/
- name: publish package
uses: pypa/gh-action-pypi-publish@f5622bde02b04381239da3573277701ceca8f6a0 # release/v1
uses: pypa/gh-action-pypi-publish@release/v1
with:
skip-existing: true
verbose: true
Expand Down

0 comments on commit ab24a17

Please sign in to comment.