Use same version of pypa/gh-action-pypi-publish as was used to upload v0.1.0
Some checks failed
Some checks failed
This commit is contained in:
parent
0954c2322a
commit
0242b4f541
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
|
uses: pypa/gh-action-pypi-publish@release/v1.10.1
|
||||||
with:
|
with:
|
||||||
password: ${{ secrets.PYPI_API_TOKEN }}
|
password: ${{ secrets.PYPI_API_TOKEN }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user