Skip to content

Commit

Permalink
cibw needs the environment variable as well
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergmann authored Mar 3, 2022
1 parent 49e8d7d commit 56e4ca7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/experimental_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
env:
CIBW_BUILD: ${{ matrix.python_version }}
CIBW_ARCHS_MACOS: x86_64 arm64
CIBW_ENVIRONMENT: LIBSBML_EXPERIMENTAL=1

- name: Upload wheels
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 56e4ca7

Please sign in to comment.