Skip to content

Commit

Permalink
Set correct version on MacOS wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
HexDecimal committed Mar 25, 2024
1 parent 40c0c86 commit 7294489
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-package.yml
Expand Up @@ -273,14 +273,15 @@ jobs:
# Downloads SDL2 for the later step.
run: python3 build_sdl.py
- name: Build wheels
uses: pypa/cibuildwheel@v2.12.3
uses: pypa/cibuildwheel@v2.17.0
env:
CIBW_BUILD: ${{ matrix.python }}
CIBW_ARCHS_MACOS: x86_64 arm64 universal2
CIBW_BEFORE_BUILD_MACOS: pip install --upgrade delocate
CIBW_BEFORE_TEST: pip install numpy
CIBW_TEST_COMMAND: python -c "import tcod.context"
CIBW_TEST_SKIP: "pp* *-macosx_arm64 *-macosx_universal2:arm64"
MACOSX_DEPLOYMENT_TARGET: "10.11"
- name: Archive wheel
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 7294489

Please sign in to comment.