remove unrelated stuff from python_publish
This commit is contained in:
parent
ec010af947
commit
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@release/v1
|
||||||
with:
|
with:
|
||||||
password: ${{ secrets.PYPI_API_TOKEN }}
|
password: ${{ secrets.PYPI_API_TOKEN }}
|
||||||
verbose: true
|
|
||||||
print-hash: true
|
|
Loading…
Reference in New Issue
Block a user