We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40c0c86 commit 7294489Copy full SHA for 7294489
.github/workflows/python-package.yml
@@ -273,14 +273,15 @@ jobs:
273
# Downloads SDL2 for the later step.
274
run: python3 build_sdl.py
275
- name: Build wheels
276
- uses: pypa/cibuildwheel@v2.12.3
+ uses: pypa/cibuildwheel@v2.17.0
277
env:
278
CIBW_BUILD: ${{ matrix.python }}
279
CIBW_ARCHS_MACOS: x86_64 arm64 universal2
280
CIBW_BEFORE_BUILD_MACOS: pip install --upgrade delocate
281
CIBW_BEFORE_TEST: pip install numpy
282
CIBW_TEST_COMMAND: python -c "import tcod.context"
283
CIBW_TEST_SKIP: "pp* *-macosx_arm64 *-macosx_universal2:arm64"
284
+ MACOSX_DEPLOYMENT_TARGET: "10.11"
285
- name: Archive wheel
286
uses: actions/upload-artifact@v3
287
with:
0 commit comments