Skip to content

Commit 39a8fc8

Browse files
author
Feanil Patel
authored
Merge pull request #212 from CodeWithEmad/fix/update-actions
fix: pypi-publish master branch sunset
2 parents 051a16f + 28e7c36 commit 39a8fc8

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)