Skip to content

Commit c8d13b0

Browse files
authored
Update build_and_publish_to_pypi_windows.yml
1 parent c1f186a commit c8d13b0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build_and_publish_to_pypi_windows.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
output-dir: dist
3434
env:
35-
CIBW_BUILD: cp312-win_amd64
35+
CIBW_BUILD: cp3*-win_amd64
3636
CIBW_BUILD_VERBOSITY: 1
3737
CIBW_BEFORE_ALL_WINDOWS: >
3838
mkdir openblas &&
@@ -41,7 +41,6 @@ jobs:
4141
unzip openblas.zip &&
4242
set PATH=${{ github.workspace }}/openblas/bin:${PATH}
4343
CIBW_CONFIG_SETTINGS_WINDOWS: "cmake.args=-DLAPACK_LIBS=${{ steps.strings.outputs.openblas_lib }};-DPYGENTEN_SERIAL=ON;-DENABLE_PYTHON_EMBED=OFF"
44-
#CIBW_ENVIRONMENT_WINDOWS: GENTEN_DLL_PATH=${{ github.workspace }}/openblas/bin
4544
CIBW_BEFORE_BUILD_WINDOWS: "pip install delvewheel"
4645
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: "delvewheel repair --add-path ${{ github.workspace }}/openblas/bin -w {dest_dir} {wheel}"
4746
CIBW_TEST_REQUIRES: pytest pyttb

0 commit comments

Comments
 (0)