diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6bd5613f..e7c31080 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -141,7 +141,6 @@ jobs: CIBW_ARCHS_LINUX: auto64 aarch64 ppc64le s390x CIBW_ARCHS_WINDOWS: auto64 ARM64 CIBW_ARCHS_MACOS: x86_64 arm64 universal2 - CIBW_PRERELEASE_PYTHONS: True with: package-dir: . output-dir: wheelhouse @@ -176,7 +175,6 @@ jobs: with: python-version: ${{ matrix.python-version }} update-environment: true - allow-prereleases: true - name: Upgrade pip run: | @@ -207,7 +205,6 @@ jobs: CIBW_ARCHS_LINUX: auto64 aarch64 ppc64le s390x CIBW_ARCHS_WINDOWS: auto64 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 195157c1..70be9146 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -105,7 +105,6 @@ jobs: with: python-version: ${{ matrix.python-version }} update-environment: true - allow-prereleases: true - name: Upgrade pip run: |