diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0ad3350c..8f87d9d0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -346,12 +346,3 @@ jobs: TWINE_NON_INTERACTIVE: 1 TWINE_PASSWORD: ${{ secrets.pypi_password }} run: twine upload --non-interactive --skip-existing --verbose 'dist/*' - - - name: Publish distribution to Test PyPI - if: steps.check_secrets.outputs.HAS_SECRET - env: - TWINE_REPOSITORY_URL: https://test.pypi.org/legacy/ - TWINE_USERNAME: __token__ - TWINE_NON_INTERACTIVE: 1 - TWINE_PASSWORD: ${{ secrets.test_pypi_password }} - run: twine upload --non-interactive --skip-existing --verbose 'dist/*'