Skip to content

Commit 0038dce

Browse files
committed
Fix name conflict with cibuildwheel
1 parent c4c7621 commit 0038dce

File tree

3 files changed

+3
-188
lines changed

3 files changed

+3
-188
lines changed

.github/workflows/release-wheels.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ jobs:
171171
- name: Build wheels (non-MacOS arm64)
172172
env:
173173
CIBW_BUILD: cp${{ matrix.python }}-${{ matrix.platform_id }}
174+
CIBW_PLATFORM: linux, macos, windows
174175
CIBW_ARCHS: all
175176
CIBW_MANYLINUX_X86_64_IMAGE: ${{ matrix.manylinux_image }}
176177
CIBW_MANYLINUX_I686_IMAGE: ${{ matrix.manylinux_image }}
@@ -230,6 +231,7 @@ jobs:
230231
- name: Build wheels
231232
env:
232233
CIBW_BUILD: cp${{ matrix.python }}-*
234+
CIBW_PLATFORM: macos
233235
CIBW_ARCHS_MACOS: arm64
234236
CIBW_BUILD_VERBOSITY: 1
235237
run: |

build.py

Lines changed: 0 additions & 187 deletions
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ requires = [
88
build-backend = "poetry.core.masonry.api"
99

1010
[tool.poetry.build]
11-
script = "build.py"
11+
script = "build_package.py"
1212
generate-setup-file = true
1313

1414
[tool.poetry]

0 commit comments

Comments
 (0)