From 1fe87e28b41616bad875d2eeb3a488dfe3fbf698 Mon Sep 17 00:00:00 2001 From: William Guimont-Martin Date: Sun, 29 Sep 2024 20:05:29 -0400 Subject: [PATCH] release to pip --- .github/workflows/python-publish.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 3a051b3..77c8763 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -38,7 +38,7 @@ jobs: - name: Publish to TestPyPI env: TWINE_USERNAME: __token__ - TWINE_PASSWORD: ${{ secrets.TEST_PYPI_API_TOKEN }} -# TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }} - run: python -m twine upload --repository-url https://test.pypi.org/legacy/ dist/* -# run: python -m twine upload dist/* +# TWINE_PASSWORD: ${{ secrets.TEST_PYPI_API_TOKEN }} + TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }} +# run: python -m twine upload --repository-url https://test.pypi.org/legacy/ dist/* + run: python -m twine upload dist/*