Skip to content

Commit 203508f

Browse files
stable version for pypa action
1 parent 1e95c79 commit 203508f

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
@@ -30,7 +30,7 @@ jobs:
3030
python -m build
3131
3232
- name: Publish
33-
uses: pypa/gh-action-pypi-publish@master
33+
uses: pypa/gh-action-pypi-publish@release/v1
3434
with:
3535
user: __token__
3636
password: ${{ secrets.PYPI_PASSWORD }}

0 commit comments

Comments
 (0)