Skip to content

Commit

Permalink
Remove test pypi upload step (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky committed Oct 6, 2022
1 parent fce4f1b commit 8c74dd3
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/build.yml
Expand Up @@ -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/*'

0 comments on commit 8c74dd3

Please sign in to comment.