remove unrelated stuff from python_publish

This commit is contained in:
Brendan Haines 2024-12-08 13:35:58 -07:00
parent ec010af947
commit a56b2e30e2

View File

@ -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 }}