reference correct github action for publishing
Some checks failed
Publish to PyPI / Publish to PyPI (push) Failing after 10s
Some checks failed
Publish to PyPI / Publish to PyPI (push) Failing after 10s
This commit is contained in:
parent
99c4ef2ce6
commit
c0e79ccf6e
@ -24,7 +24,7 @@ jobs:
|
||||
run: python -m build
|
||||
|
||||
- name: Publish Package
|
||||
uses: pypa/gh-action-pypi-publish@v1
|
||||
uses: pypa/gh-action-pypi-publish@release/v1
|
||||
with:
|
||||
password: ${{ secrets.PYPI_API_TOKEN }}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user