Skip to content

Commit

Permalink
Try again with global option
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmundt committed Oct 10, 2023
1 parent 2b43da4 commit 6b4c1ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release_wheel_creation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
CIBW_SKIP: "pp* cp36* cp37*"
CIBW_BUILD_VERBOSITY: 1
CIBW_ARCHS: ${{ matrix.arch }}
CIBW_CONFIG_SETTINGS: $PYOMO_SETUP_ARGS
CIBW_BEFORE_BUILD: pip install cython pybind11
CIBW_CONFIG_SETTINGS: '--global-option="--with-cython --with-distributable-extensions"'
- uses: actions/upload-artifact@v3
with:
name: wheels
Expand Down

0 comments on commit 6b4c1ea

Please sign in to comment.