Skip to content

Commit 324a0b2

Browse files
committed
fix: master branch sunset
As it mentioned in the gh-action-pypi-publish repo, the master branch version has been sunset and we should use release/v1.
1 parent 4b7e99a commit 324a0b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: python setup.py sdist bdist_wheel
2525

2626
- name: Publish to PyPI
27-
uses: pypa/gh-action-pypi-publish@master
27+
uses: pypa/gh-action-pypi-publish@release/v1
2828
with:
2929
user: __token__
3030
password: ${{ secrets.PYPI_UPLOAD_TOKEN }}

0 commit comments

Comments
 (0)