ci: use maturin for testpypi releases
This commit is contained in:
parent
96b5dfae1f
commit
2e79054d54
1 changed files with 5 additions and 2 deletions
7
.github/workflows/release.yaml
vendored
7
.github/workflows/release.yaml
vendored
|
|
@ -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/*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue