From de3c3155114a0bbf9cca9ed9d3a26be274d150e1 Mon Sep 17 00:00:00 2001 From: Florian Rupprecht Date: Mon, 14 Oct 2024 16:49:24 -0400 Subject: [PATCH] more CI fixes --- .github/workflows/CI.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 508abaa..38bbb72 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -174,6 +174,9 @@ jobs: uses: actions/attest-build-provenance@v1 with: subject-path: 'wheels-*/*' + - uses: actions/setup-python@v5 + with: + python-version: 3.x - name: Publish to PyPI if: "startsWith(github.ref, 'refs/tags/')" uses: PyO3/maturin-action@v1