Skip to content

Commit 56e4ca7

Browse files
authored
cibw needs the environment variable as well
1 parent 49e8d7d commit 56e4ca7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/experimental_wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
env:
4545
CIBW_BUILD: ${{ matrix.python_version }}
4646
CIBW_ARCHS_MACOS: x86_64 arm64
47+
CIBW_ENVIRONMENT: LIBSBML_EXPERIMENTAL=1
4748

4849
- name: Upload wheels
4950
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)