Skip to content

Commit e9d21ff

Browse files
Update release.yml
1 parent 1ac97af commit e9d21ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
shell: bash
3232

3333
- name: Publish a Python distribution to PyPI
34-
uses: pypa/gh-action-pypi-publish@master
34+
uses: pypa/gh-action-pypi-publish@release/v1
3535
with:
3636
user: __token__
3737
password: ${{ secrets.PYPI_PASSWORD }}
38-
if: ${{ github.event_name == 'release' }}
38+
if: ${{ github.event_name == 'release' }}

0 commit comments

Comments
 (0)