Skip to content

Commit 367588e

Browse files
authored
Update release.yml
1 parent 7e144ad commit 367588e

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
@@ -36,7 +36,7 @@ jobs:
3636
.
3737
- name: Publish distribution 📦 to PyPI
3838
if: startsWith(github.ref, 'refs/tags')
39-
uses: pypa/gh-action-pypi-publish@master
39+
uses: pypa/gh-action-pypi-publish@release/v1
4040
with:
4141
password: ${{ secrets.pypi_password }}
4242
verbose: true

0 commit comments

Comments
 (0)