Skip to content

Commit

Permalink
change cibuildwheel.overrides [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
wojdyr committed Feb 17, 2024
1 parent 29d28c7 commit e471b13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wheels2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ on:
cibw_skip:
description: 'CIBW_SKIP'
# To limit the number of builds, skip most of musl-based versions,
# older PyPy versions, and 32-bit builds.
default: 'pp{37,38,39}-* cp{37,38,39}-musllinux* *_i686 *-win32 cp38-macosx_arm64'
# PyPy, and 32-bit builds.
default: 'pp* cp{37,38,39}-musllinux* *_i686 *-win32'
cibw_config_settings:
description: 'CIBW_CONFIG_SETTINGS'
default: ''
Expand Down Expand Up @@ -41,5 +41,5 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
name: cibw-wheels-${{ matrix.os }}
path: wheelhouse/*.whl
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ SKBUILD_CMAKE_ARGS = '-DBUILD_GEMMI_PROGRAM=OFF;-DINSTALL_DEV_FILES=OFF;-DBUILD_
# https://cibuildwheel.readthedocs.io/en/stable/faq/#macos-building-cpython-38-wheels-on-arm64
[[tool.cibuildwheel.overrides]]
select = "cp38-macosx_arm64"
environment.SKBUILD_CMAKE_DEFINE = 'GENERATE_STUBS=OFF'
environment.SKBUILD_CMAKE_ARGS = '-DBUILD_GEMMI_PROGRAM=OFF;-DINSTALL_DEV_FILES=OFF;-DBUILD_SHARED_LIBS=OFF;-DFETCH_ZLIB_NG=ON;-DGENERATE_STUBS=OFF'

[tool.pylint]
basic.const-naming-style = "any"
Expand Down

0 comments on commit e471b13

Please sign in to comment.