Skip to content

Commit

Permalink
DEBUG: run on fork (free-threaded wheels)
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommers committed Jun 25, 2024
1 parent 594657d commit 6ca8492
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/free-threaded-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ on:
branches:
- main
- maintenance/**
push:
branches:
- nogil-windows-support
# we don't want to upload free-threaded wheels to pypi yet
# so we don't build on tags
workflow_dispatch:
Expand Down Expand Up @@ -61,11 +64,6 @@ jobs:
build_wheels:
name: Build wheel ${{ matrix.python }}-${{ matrix.buildplat[1] }}-${{ matrix.buildplat[2] }}
needs: get_commit_message
if: >-
contains(needs.get_commit_message.outputs.message, '[wheel build]') ||
github.event_name == 'schedule' ||
github.event_name == 'workflow_dispatch'
runs-on: ${{ matrix.buildplat[0] }}
strategy:
# Ensure that a wheel builder finishes even if another fails
Expand All @@ -75,11 +73,6 @@ jobs:
# https://github.com/github/feedback/discussions/7835#discussioncomment-1769026
buildplat:
- [ubuntu-20.04, manylinux_x86_64, ""]
- [ubuntu-20.04, musllinux_x86_64, ""]
- [macos-13, macosx_x86_64, openblas]
# targeting macos >= 14. Could probably build on macos-14, but it would be a cross-compile
- [macos-13, macosx_x86_64, accelerate]
- [macos-14, macosx_arm64, accelerate] # always use accelerate
# TODO: set up Windows wheels windows is supported on cibuildwheel but
# numpy doesn't build on the image yet
python: ["cp313t"]
Expand Down

0 comments on commit 6ca8492

Please sign in to comment.