Skip to content

Commit 73f42c4

Browse files
committed
Change gh-pypi-publish branch.
Indeed, as the master branch has been sunset, this is a necessary fix.
1 parent 58e14e4 commit 73f42c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ jobs:
322322
twine check dist/*
323323
324324
- name: Publish 📦 to PyPI
325-
uses: pypa/gh-action-pypi-publish@master
325+
uses: pypa/gh-action-pypi-publish@release/v1
326326
with:
327327
password: ${{ secrets.PYPI_DEV_API_TOKEN }}
328328
skip_existing: true

.github/workflows/stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177
twine check dist/*
178178
179179
- name: Publish 📦 to PyPI
180-
uses: pypa/gh-action-pypi-publish@master
180+
uses: pypa/gh-action-pypi-publish@release/v1
181181
with:
182182
password: ${{ secrets.PYPI_API_TOKEN }}
183183
skip_existing: true

0 commit comments

Comments
 (0)