Skip to content

Commit c36789b

Browse files
authored
Update publish-to-pypi.yml
1 parent c8d3365 commit c36789b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ jobs:
2222
- name: Build
2323
run: >-
2424
python3 setup.py sdist bdist_wheel
25-
- name: Publish release to PyPI
26-
uses: pypa/gh-action-pypi-publish@master
25+
- name: Publish a Python distribution to PyPI
26+
uses: pypa/gh-action-pypi-publish@release/v1
2727
with:
28-
user: __token__
2928
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)