From 1eec7268d5058ed43e75053206cc8e641603295b Mon Sep 17 00:00:00 2001 From: Kesara Rathnayake Date: Fri, 5 Apr 2024 11:16:46 +1300 Subject: [PATCH] ci: Remove old Test PyPI publish --- .github/workflows/pypi-publish.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index 061a6e2..a06266a 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -95,17 +95,6 @@ jobs: python -m build --sdist ls dist - - name: Publish to Test PyPI - if: env.SHOULD_DEPLOY != 'true' - env: - TWINE_USERNAME: __token__ - TWINE_PASSWORD: ${{ secrets.TEST_PYPI_TOKEN }} - TWINE_REPOSITORY_URL: https://test.pypi.org/legacy/ - run: | - echo "Using repository $TWINE_REPOSITORY_URL" - twine check dist/* - twine upload --verbose dist/* - - name: Update CHANGELOG id: changelog uses: Requarks/changelog-action@v1