reference correct github action for publishing
Some checks failed
Publish to PyPI / Publish to PyPI (push) Failing after 10s

This commit is contained in:
Stefan Harmuth 2023-11-11 15:41:38 +01:00
parent 99c4ef2ce6
commit c0e79ccf6e

View File

@ -24,7 +24,7 @@ jobs:
run: python -m build run: python -m build
- name: Publish Package - name: Publish Package
uses: pypa/gh-action-pypi-publish@v1 uses: pypa/gh-action-pypi-publish@release/v1
with: with:
password: ${{ secrets.PYPI_API_TOKEN }} password: ${{ secrets.PYPI_API_TOKEN }}