Skip to content

Commit

Permalink
Switch to 3.13 rc building
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonspeed committed Aug 5, 2024
1 parent 843a48e commit 820e0e6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
fetch-depth: 0

- name: Build wheels
uses: pypa/cibuildwheel@v2.19.1
uses: pypa/cibuildwheel@v2.20.0
with:
output-dir: wheelhouse
env:
Expand All @@ -71,8 +71,6 @@ jobs:
CIBW_ARCHS_MACOS: "x86_64 universal2 arm64"
# Skip testing arm64 builds on Intel Macs.
CIBW_TEST_SKIP: "*-macosx_arm64 *-macosx_universal2:arm64"
# Allow beta releases of Python:
CIBW_PRERELEASE_PYTHONS: "True"
- uses: actions/upload-artifact@v3
name: Upload artifacts
with:
Expand Down

0 comments on commit 820e0e6

Please sign in to comment.