Skip to content

Commit dbdf918

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 c1b8173 commit dbdf918

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
@@ -27,7 +27,7 @@ jobs:
2727
run: python setup.py sdist bdist_wheel
2828

2929
- name: Publish to PyPi
30-
uses: pypa/gh-action-pypi-publish@master
30+
uses: pypa/gh-action-pypi-publish@release/v1
3131
with:
3232
user: __token__
3333
password: ${{ secrets.PYPI_UPLOAD_TOKEN }}

0 commit comments

Comments
 (0)