Update python-publish.yml

This commit is contained in:
Jamie Hardt
2024-07-07 12:56:35 -07:00
committed by GitHub
parent 37e1fed43d
commit d143123b57

View File

@@ -34,6 +34,3 @@ jobs:
run: python -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}