From 24c284b4de265d9839c709f39b4fc228c55bb47f Mon Sep 17 00:00:00 2001 From: Benjamin Wilson Date: Wed, 28 Feb 2024 00:37:39 -0800 Subject: [PATCH] Update release. --- .github/workflows/release.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 75dbd9b4..335700e9 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -109,9 +109,8 @@ jobs: - name: Publish distribution 📦 to Test PyPI uses: pypa/gh-action-pypi-publish@release/v1 with: - username: __token__ password: ${{ secrets.TEST_PYPI_API_TOKEN }} - repository: testpypi + repository-url: https://test.pypi.org/legacy/ release: name: Release