Skip to content

Commit 05d47bf

Browse files
committed
Migrate deprecated GitHub PyPi action
1 parent 2cac6b6 commit 05d47bf

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
@@ -23,7 +23,7 @@ jobs:
2323
- name: Build
2424
run: python -m build .
2525
- name: Publish
26-
uses: pypa/gh-action-pypi-publish@master
26+
uses: pypa/gh-action-pypi-publish@release/v1
2727
with:
2828
password: ${{ secrets.pypi_password }}
29-
skip_existing: true
29+
skip-existing: true

0 commit comments

Comments
 (0)