Skip to content

Commit c72ef7e

Browse files
author
Jon
committed
minor cleanup
1 parent 544244b commit c72ef7e

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
env:
77
BUILD_TYPE: Release
8-
CIBUILDWHEEL_VERSION: 2.16.2
8+
MIN_CIBUILDWHEEL_VERSION: 2.16.2
99

1010
jobs:
1111
build_sdist:
@@ -83,12 +83,11 @@ jobs:
8383
platforms: arm64
8484

8585
- name: Install Python dependencies
86-
run: python -m pip install cibuildwheel>=${{ env.CIBUILDWHEEL_VERSION }}
86+
run: python -m pip install cibuildwheel~=${{ env.MIN_CIBUILDWHEEL_VERSION }}
8787

8888
- name: Build wheels
8989
run: python -m cibuildwheel --output-dir dist
9090
env:
91-
#CIBW_ENVIRONMENT_MACOS: CMAKE_OSX_ARCHITECTURES=${{ matrix.config.cibw-arch == 'macosx_x86_64' && 'x86_64' || matrix.config.cibw-arch == 'macosx_arm64' && 'arm64' || '' }}
9291
CIBW_BUILD: "*-${{ matrix.config.cibw-arch }}"
9392

9493
- uses: actions/upload-artifact@v3

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ build-backend = "setuptools.build_meta"
2626
[tool.cibuildwheel]
2727
build-verbosity = 0 # options: 1, 2, or 3
2828
skip = ["cp36-*", "cp37-*", "pp*", "*-win32"]
29-
#before-build = "python -m pip install cmake>=3.16"
3029

3130
[tool.cibuildwheel.windows]
3231
archs = ["auto64"]

0 commit comments

Comments
 (0)