From 4c71269d555fffae8df5fd5cb5703e961e6a39ff Mon Sep 17 00:00:00 2001 From: Xuehai Pan Date: Fri, 31 May 2024 13:50:29 +0000 Subject: [PATCH] Revert "chore(workflows): remove pre-release version Python" This reverts commit 5cdc1aa14d71696d3fde93baff73ecd8be137b65. --- .github/workflows/build.yml | 1 + .github/workflows/tests.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a8676693..6f247b9f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -142,6 +142,7 @@ jobs: CIBW_ARCHS_LINUX: auto aarch64 ppc64le s390x CIBW_ARCHS_WINDOWS: auto ARM64 CIBW_ARCHS_MACOS: x86_64 arm64 universal2 + CIBW_PRERELEASE_PYTHONS: True with: package-dir: . output-dir: wheelhouse diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 21a78811..2d48596a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -58,6 +58,7 @@ jobs: with: python-version: ${{ matrix.python-version }} update-environment: true + allow-prereleases: true - name: Upgrade pip run: |