Skip to content

Commit d7ef456

Browse files
committed
Testssssss
1 parent b0d6aa9 commit d7ef456

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ jobs:
8888
name: Build wheels on ${{ matrix.os }}
8989
needs: build_sdist
9090
runs-on: ${{ matrix.os }}
91+
env:
92+
FAKE_WHEELS: ${{ inputs.fake-wheels == null || inputs.fake-wheels }}
9193
strategy:
9294
matrix:
9395
os: [ ubuntu-latest, ubuntu-24.04-arm, windows-latest, macos-13, macos-latest ]
@@ -104,11 +106,11 @@ jobs:
104106
run: tar xvfz "$SDIST_NAME" --strip-components=1
105107

106108
- name: Build wheels
107-
if: ${{ ! inputs.fake-wheels }}
109+
if: ${{ ! env.FAKE_WHEELS }}
108110
uses: pypa/cibuildwheel@v2.23.2
109111

110112
- name: Build fake wheels
111-
if: inputs.fake-wheels
113+
if: env.FAKE_WHEELS
112114
env:
113115
GMICPY_VERSION: ${{ needs.build_sdist.outputs.gmicpy-version }}
114116
run: |

0 commit comments

Comments
 (0)