Skip to content

Commit

Permalink
Update release_wheel_creation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored Nov 16, 2024
1 parent 1c6caf4 commit 1cf42c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_wheel_creation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
CIBW_BUILD: ${{ matrix.wheel-version }}
CIBW_SKIP: "*-musllinux*"
CIBW_BUILD_VERBOSITY: 1
CIBW_BEFORE_BUILD: pip install cython pybind11
CIBW_BEFORE_BUILD: pip install cython pybind11 setuptools wheel
CIBW_ENVIRONMENT: PYOMO_SETUP_ARGS="${{ matrix.GLOBAL_OPTIONS }}"
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 1cf42c0

Please sign in to comment.