Skip to content

Commit 3fb1461

Browse files
diwebknjaz
andauthored
Update release.yml with release branch for gh-action-pypi-publish (pypa#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]>
1 parent bae8ff4 commit 3fb1461

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
- name: Build
2727
run: python -m build .
2828
- name: Publish
29-
uses: pypa/gh-action-pypi-publish@master
29+
uses: pypa/gh-action-pypi-publish@release/v1
3030
with:
31-
skip_existing: true
31+
skip-existing: true

0 commit comments

Comments
 (0)