gh-action-pypi-publish doesn't have a main - use release/v1

This commit is contained in:
James R. Barlow
2023-06-20 03:11:46 -07:00
parent a80e7a127b
commit 7e639e626f
+1 -1
View File
@@ -249,7 +249,7 @@ jobs:
name: artifact
path: dist
- uses: pypa/gh-action-pypi-publish@main
- uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.TOKEN_PYPI }}