Skip to content

Commit

Permalink
ci: use maturin for testpypi releases
Browse files Browse the repository at this point in the history
  • Loading branch information
anand-bala committed Oct 6, 2023
1 parent 96b5dfa commit 2e79054
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@ jobs:
name: wheels
path: dist/
- name: Publish distribution 📦 to TestPyPI
uses: pypa/gh-action-pypi-publish@release/v1
uses: PyO3/maturin-action@v1
env:
MATURIN_REPOSITORY_URL: "https://test.pypi.org/legacy/"
with:
repository-url: https://test.pypi.org/legacy/
command: upload
args: --non-interactive dist/*

0 comments on commit 2e79054

Please sign in to comment.