Compare commits
No commits in common. "78d0034e34089f7b0735939c7f40cdf4fe69df3a" and "ec010af9476a8bb1d6ee2f44e1dfa8af5d05b8ac" have entirely different histories.
78d0034e34
...
ec010af947
8
.github/workflows/python_publish.yml
vendored
8
.github/workflows/python_publish.yml
vendored
@ -54,7 +54,13 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: python-package-distributions
|
name: python-package-distributions
|
||||||
path: dist/
|
path: dist/
|
||||||
|
- name: Set up Python
|
||||||
|
uses: actions/setup-python@v5
|
||||||
|
with:
|
||||||
|
python-version: "3.x"
|
||||||
- name: Publish distribution 📦 to PyPI
|
- name: Publish distribution 📦 to PyPI
|
||||||
uses: pypa/gh-action-pypi-publish@0ab0b79471669eb3a4d647e625009c62f9f3b241
|
uses: pypa/gh-action-pypi-publish@release/v1
|
||||||
with:
|
with:
|
||||||
password: ${{ secrets.PYPI_API_TOKEN }}
|
password: ${{ secrets.PYPI_API_TOKEN }}
|
||||||
|
verbose: true
|
||||||
|
print-hash: true
|
Loading…
x
Reference in New Issue
Block a user