File tree Expand file tree Collapse file tree 3 files changed +3
-188
lines changed Expand file tree Collapse file tree 3 files changed +3
-188
lines changed Original file line number Diff line number Diff 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 : |
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ requires = [
88build-backend = " poetry.core.masonry.api"
99
1010[tool .poetry .build ]
11- script = " build .py"
11+ script = " build_package .py"
1212generate-setup-file = true
1313
1414[tool .poetry ]
You can’t perform that action at this time.
0 commit comments