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:
|
||||
name: python-package-distributions
|
||||
path: dist/
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
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
|
||||
password: ${{ secrets.PYPI_API_TOKEN }}
|
Loading…
Reference in New Issue
Block a user