From 1e18b002d022a874bbb9e3709e46404818c97eef Mon Sep 17 00:00:00 2001 From: Patrick Sanders Date: Thu, 12 Sep 2024 10:21:02 -0700 Subject: [PATCH] switch that other url back --- .github/workflows/release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 50bd4b7..16ab285 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -53,12 +53,12 @@ jobs: # uses: pypa/gh-action-pypi-publish@release/v1 pypi-test-publish: - name: Upload release to PyPI + name: Upload release to TestPyPI # if: ${{ github.event.workflow_run.conclusion == 'success' }} runs-on: ubuntu-latest environment: name: release - url: https://test.pypi.org/legacy/ + url: https://test.pypi.org/p/aardvark permissions: id-token: write steps: @@ -67,7 +67,7 @@ jobs: with: name: python-package-distributions path: dist/ - - name: Publish package distributions to PyPI + - name: Publish package distributions to TestPyPI uses: pypa/gh-action-pypi-publish@release/v1 with: repository-url: https://test.pypi.org/legacy/