ci: use maturin for testpypi releases

This commit is contained in:
Anand Balakrishnan 2023-10-06 13:08:50 -07:00
parent 96b5dfae1f
commit 2e79054d54
No known key found for this signature in database

View file

@ -121,6 +121,9 @@ jobs:
name: wheels name: wheels
path: dist/ path: dist/
- name: Publish distribution 📦 to TestPyPI - 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: with:
repository-url: https://test.pypi.org/legacy/ command: upload
args: --non-interactive dist/*