Compare commits
2 Commits
ec010af947
...
78d0034e34
Author | SHA1 | Date | |
---|---|---|---|
78d0034e34 | |||
a56b2e30e2 |
8
.github/workflows/python_publish.yml
vendored
8
.github/workflows/python_publish.yml
vendored
@ -54,13 +54,7 @@ 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@release/v1
|
uses: pypa/gh-action-pypi-publish@0ab0b79471669eb3a4d647e625009c62f9f3b241
|
||||||
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