Skip to content

Commit fbc6765

Browse files
committed
Test 1
1 parent 07e2136 commit fbc6765

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/build-wheels.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
name: Build wheels
2-
32
# TODO: move into the release-deploy workflow and only run on published releases
43
# on:
54
# release:
@@ -32,7 +31,7 @@ jobs:
3231
fail-fast: false
3332
matrix:
3433
include:
35-
# - os: ubuntu-latest
34+
#- os: ubuntu-latest
3635
# cibw_archs: "x86_64"
3736
#- os: ubuntu-24.04-arm
3837
# cibw_archs: "aarch64"
@@ -56,7 +55,7 @@ jobs:
5655
#- os: macos-13
5756
# cibw_archs: "x86_64"
5857
#- os: macos-14
59-
# cibw_archs: "arm64"
58+
# cibw_archs: "arm64"
6059

6160
steps:
6261
- uses: actions/checkout@v5
@@ -69,7 +68,7 @@ jobs:
6968
# TODO: figure out whether we need/want to use other compilers too
7069
compiler: "gcc"
7170
version: "13"
72-
#- name: Specify MSVC toolchain - windows-arm
71+
- name: Specify MSVC toolchain - windows-arm
7372
# When building on windows ARM, we need to use the MSVC toolchain
7473
# # Original from: https://github.com/matplotlib/matplotlib/blob/1ddb1eccac8cfc25dee47bc538dc5913384b253f/.github/workflows/cibuildwheel.yml#L108
7574
# # On Windows, we explicitly request MSVC compilers (as GitHub Action runners have
@@ -81,8 +80,8 @@ jobs:
8180
# setup-args="--vsenv"
8281
# setup-args="-Db_vscrt=mt"
8382
# setup-args="-Dcpp_link_args=['ucrt.lib','vcruntime.lib','/nodefaultlib:libucrt.lib','/nodefaultlib:libvcruntime.lib']"
84-
# run: |
85-
# echo 'CIBW_CONFIG_SETTINGS_WINDOWS=setup-args="--vsenv" setup-args="-Db_vscrt=mt"' >> $GITHUB_ENV
83+
run: |
84+
echo 'CIBW_CONFIG_SETTINGS_WINDOWS=setup-args="--vsenv" setup-args="-Db_vscrt=mt"' >> $GITHUB_ENV
8685
# TODO: figure out escaping and add back in (?)
8786
# setup-args="-Dcpp_link_args=['ucrt.lib','vcruntime.lib','/nodefaultlib:libucrt.lib','/nodefaultlib:libvcruntime.lib']"
8887
- name: Install Fortran compiler - windows-arm

0 commit comments

Comments
 (0)