From b44daabbd8656ecb7ee7b99d6d821092a42acdd3 Mon Sep 17 00:00:00 2001 From: Dan King Date: Fri, 20 Sep 2024 09:40:04 -0400 Subject: [PATCH] feat: publish to real PyPI (#889) --- .github/workflows/publish-vortex.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-vortex.yml b/.github/workflows/publish-vortex.yml index 1209b02649..bd25cc788c 100644 --- a/.github/workflows/publish-vortex.yml +++ b/.github/workflows/publish-vortex.yml @@ -93,8 +93,8 @@ jobs: id-token: write # IMPORTANT: mandatory for trusted publishing needs: [macos, linux] environment: - name: push-to-test-pypi - url: https://test.pypi.org/p/vortex-array + name: push-to-pypi + url: https://pypi.org/p/vortex-array steps: - uses: actions/download-artifact@v4 with: @@ -107,5 +107,4 @@ jobs: - name: Publish to PyPI uses: pypa/gh-action-pypi-publish@release/v1 with: - repository-url: https://test.pypi.org/legacy/ attestations: true