From aad5111d6df564df6342cfeb0fb566b9a9164343 Mon Sep 17 00:00:00 2001 From: Wilson Lin Date: Sun, 12 Jul 2020 01:46:53 +1000 Subject: [PATCH] Build Python for specific version --- .github/workflows/python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 0bbbcc8..cabe99e 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -71,7 +71,7 @@ jobs: username = __token__ password = ${{ secrets.PYPI_API_TOKEN }} EOF - maturin build --release --strip + maturin build --release --strip -i "$(which python)" if [[ "$GITHUB_REF" == refs/tags/v* ]]; then python -m twine upload target/wheels/* fi