Skip to content

Commit f60cf8f

Browse files
committed
fix deprecated action version
1 parent b09029a commit f60cf8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
python setup.py clean --all sdist bdist_wheel
2929
- name: 📦 Publish release to PyPI
3030
if: success() && startsWith(github.ref, 'refs/tags')
31-
uses: pypa/gh-action-pypi-publish@master
31+
uses: pypa/gh-action-pypi-publish@release/v1
3232
with:
3333
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)