using real PYPI

This commit is contained in:
Alejandro Moreo Fernandez 2025-10-06 15:37:08 +02:00
parent c373b394af
commit 02b6a0cb05
1 changed files with 5 additions and 2 deletions

View File

@ -88,8 +88,11 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/
# use these for TESTs!
# password: ${{ secrets.TEST_PYPI_API_TOKEN }}
# repository_url: https://test.pypi.org/legacy/
password: ${{ secrets.PYPI_API_TOKEN }}
repository_url: https://upload.pypi.org/legacy/
- name: Create GitHub Release
id: create_release
uses: actions/create-release@v1