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