Skip to content

Commit 09787cf

Browse files
committed
v1
1 parent 647be87 commit 09787cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
4040
- name: Publish a Python distribution to PyPI
4141
if: ${{ github.event_name == 'release' }}
42-
uses: pypa/gh-action-pypi-publish@1
42+
uses: pypa/gh-action-pypi-publish@v1
4343
with:
4444
user: __token__
4545
password: ${{ secrets.PYPI_PASSWORD }}

0 commit comments

Comments
 (0)