From efad6558e1a506930fad8a6f69f73ba3545ca07e Mon Sep 17 00:00:00 2001 From: Mark Ciecior Date: Thu, 25 Jan 2024 21:50:12 -0600 Subject: [PATCH] update Actions --- .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 ca6dba7..c6922d4 100644 --- a/.github/workflows/publish-to-test-pypi.yml +++ b/.github/workflows/publish-to-test-pypi.yml @@ -25,11 +25,6 @@ jobs: --wheel --outdir dist/ . - - name: Publish distribution to Test PyPI - uses: pypa/gh-action-pypi-publish@release/v1 - with: - password: ${{ secrets.TEST_PYPI_API_TOKEN }} - repository_url: https://test.pypi.org/legacy/ - name: Publish distribution to PyPI uses: pypa/gh-action-pypi-publish@release/v1 with: