use an old release of pypa/gh-action-pypi-publish that actually works
This commit is contained in:
parent
a56b2e30e2
commit
78d0034e34
2
.github/workflows/python_publish.yml
vendored
2
.github/workflows/python_publish.yml
vendored
|
@ -55,6 +55,6 @@ jobs:
|
|||
name: python-package-distributions
|
||||
path: dist/
|
||||
- name: Publish distribution 📦 to PyPI
|
||||
uses: pypa/gh-action-pypi-publish@release/v1
|
||||
uses: pypa/gh-action-pypi-publish@0ab0b79471669eb3a4d647e625009c62f9f3b241
|
||||
with:
|
||||
password: ${{ secrets.PYPI_API_TOKEN }}
|
Loading…
Reference in New Issue
Block a user