From 294ea13953bc83065be3fc4511409ba6ea8dcfe1 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sat, 17 Dec 2022 13:45:56 -1000 Subject: [PATCH] chore: re-enable uploads after CI renovations (#1110) --- .github/workflows/ci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6bbc697f..fd3a50d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -103,9 +103,9 @@ jobs: # - Publish to PyPI - name: Python Semantic Release uses: relekang/python-semantic-release@v7.32.2 - env: - REPOSITORY_URL: https://test.pypi.org/legacy/ - TWINE_REPOSITORY_URL: https://test.pypi.org/legacy/ + # env: + # REPOSITORY_URL: https://test.pypi.org/legacy/ + # TWINE_REPOSITORY_URL: https://test.pypi.org/legacy/ with: github_token: ${{ secrets.GITHUB_TOKEN }} pypi_token: ${{ secrets.PYPI_TOKEN }} @@ -173,6 +173,5 @@ jobs: with: user: __token__ password: ${{ secrets.PYPI_TOKEN }} - repository_url: https://test.pypi.org/legacy/ # To test: repository_url: https://test.pypi.org/legacy/