diff --git a/.circleci/config.yml b/.circleci/config.yml index ebbca94718259..b6a5a00429d9a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -91,8 +91,8 @@ jobs: name: Build aarch64 wheels no_output_timeout: 30m # Sometimes the tests won't generate any output, make sure the job doesn't get killed by that command: | - pip3 install cibuildwheel==2.18.1 - cibuildwheel --prerelease-pythons --output-dir wheelhouse + pip3 install cibuildwheel==2.20.0 + cibuildwheel --output-dir wheelhouse environment: CIBW_BUILD: << parameters.cibw-build >> diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 58adb4efc0627..67d8715f72614 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -162,7 +162,6 @@ jobs: with: package-dir: ./dist/${{ startsWith(matrix.buildplat[1], 'macosx') && env.sdist_name || needs.build_sdist.outputs.sdist_file }} env: - CIBW_PRERELEASE_PYTHONS: True CIBW_BUILD: ${{ matrix.python[0] }}-${{ matrix.buildplat[1] }} CIBW_BUILD_FRONTEND: ${{ matrix.cibw_build_frontend || 'pip' }} CIBW_PLATFORM: ${{ matrix.buildplat[1] == 'pyodide_wasm32' && 'pyodide' || 'auto' }}