Skip to content

Commit

Permalink
feat: publish to real PyPI (#889)
Browse files Browse the repository at this point in the history
  • Loading branch information
danking authored Sep 20, 2024
1 parent e88441c commit b44daab
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish-vortex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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

0 comments on commit b44daab

Please sign in to comment.