Skip to content

Commit

Permalink
Update release.yml with release branch for gh-action-pypi-publish
Browse files Browse the repository at this point in the history
  • Loading branch information
di committed Aug 22, 2023
1 parent bae8ff4 commit 26f0554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
- name: Build
run: python -m build .
- name: Publish
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
skip_existing: true

0 comments on commit 26f0554

Please sign in to comment.