From aaa4343539dd1e7b9e66fb659bb061f12a7f6bb7 Mon Sep 17 00:00:00 2001 From: Alex Dewar Date: Fri, 28 Aug 2020 12:12:39 -0300 Subject: [PATCH] Remove testpypi autopush --- .github/workflows/publish-to-test-pypi.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/publish-to-test-pypi.yml b/.github/workflows/publish-to-test-pypi.yml index e79ef7a0ba..171f91b019 100644 --- a/.github/workflows/publish-to-test-pypi.yml +++ b/.github/workflows/publish-to-test-pypi.yml @@ -15,11 +15,6 @@ jobs: - name: Build ChipWhisperer run: >- python setup.py sdist - - name: Publish to testpypi - uses: pypa/gh-action-pypi-publish@master - with: - password: ${{ secrets.test_py_pi }} - repository_url: https://test.pypi.org/legacy/ - name: Publish to pypi if: startsWith(github.ref, 'refs/tags') uses: pypa/gh-action-pypi-publish@master