Skip to content

Commit ba43895

Browse files
authored
Update pypi.yml
1 parent c042963 commit ba43895

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
@@ -19,7 +19,7 @@ jobs:
1919
pip install setuptools wheel twine
2020
python setup.py bdist_wheel
2121
- name: Publish package
22-
uses: pypa/gh-action-pypi-publish@master
22+
uses: pypa/gh-action-pypi-publish@release/v1
2323
with:
2424
user: __token__
2525
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)