diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 19b694b..14c3c36 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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/*