use pypi api token

This commit is contained in:
Schmieder, Jacob
2024-05-06 12:39:08 +00:00
parent 0d9d8d57d1
commit 3930a7e185
+1 -2
View File
@@ -96,7 +96,6 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: ${{ github.ref == 'refs/heads/main' && 'env.PyPI_URL' || ' env.PyPI_DEV_URL' }}
user: ${{ secrets.PYPI_USERNAME }}
password: ${{ secrets.PYPI_PASSWORD }}
password: ${{ secrets.PYPI_API_TOKEN}}