Update .github/workflows/python_publish.yml
This commit is contained in:
parent
1fcebaf119
commit
a2044ba7de
4
.github/workflows/python_publish.yml
vendored
4
.github/workflows/python_publish.yml
vendored
|
@ -57,4 +57,6 @@ jobs:
|
|||
- name: Publish distribution 📦 to PyPI
|
||||
uses: pypa/gh-action-pypi-publish@release/v1
|
||||
with:
|
||||
password: ${{ secrets.PYPI_API_TOKEN }}
|
||||
password: ${{ secrets.PYPI_API_TOKEN }}
|
||||
verbose: true
|
||||
print-hash: true
|
Loading…
Reference in New Issue
Block a user