try using a fixed hash
All checks were successful
All checks were successful
This commit is contained in:
parent
0242b4f541
commit
933c488444
2
.github/workflows/python_publish.yml
vendored
2
.github/workflows/python_publish.yml
vendored
|
@ -55,7 +55,7 @@ jobs:
|
||||||
name: python-package-distributions
|
name: python-package-distributions
|
||||||
path: dist/
|
path: dist/
|
||||||
- name: Publish distribution 📦 to PyPI
|
- name: Publish distribution 📦 to PyPI
|
||||||
uses: pypa/gh-action-pypi-publish@release/v1.10.1
|
uses: pypa/gh-action-pypi-publish@0ab0b79471669eb3a4d647e625009c62f9f3b241
|
||||||
with:
|
with:
|
||||||
password: ${{ secrets.PYPI_API_TOKEN }}
|
password: ${{ secrets.PYPI_API_TOKEN }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user