Skip to content

Commit 7c291e8

Browse files
committed
GA: fix publish workflow
1 parent e66d294 commit 7c291e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-twine.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: |
2222
python setup.py sdist
2323
- name: Publish to PyPI
24-
uses: pypa/gh-action-pypi-publish@master
24+
uses: pypa/gh-action-pypi-publish@release/v1
2525
with:
2626
user: __token__
2727
password: ${{ secrets.PYPI_PASSWORD }}

0 commit comments

Comments
 (0)