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
…#195)

* Update `release.yml` with release branch for `gh-action-pypi-publish`

Per documentation here: https://github.com/pypa/gh-action-pypi-publish

(cc @webknjaz)

* Update .github/workflows/release.yml

Co-authored-by: Sviatoslav Sydorenko <[email protected]>

---------

Co-authored-by: Sviatoslav Sydorenko <[email protected]>
  • Loading branch information
di and webknjaz committed Aug 23, 2023
1 parent bae8ff4 commit 3fb1461
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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
skip-existing: true

0 comments on commit 3fb1461

Please sign in to comment.