Skip to content

Commit

Permalink
The file isn't showing up
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmundt committed Nov 15, 2024
1 parent 2426457 commit d9c95de
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 @@ -120,7 +120,7 @@ jobs:
CIBW_BUILD: ${{ matrix.wheel-version }}
CIBW_SKIP: "*-musllinux*"
CIBW_BUILD_VERBOSITY: 2
CIBW_BEFORE_ALL: echo -e '[build-system]\n\nrequires = [ "setuptools", "wheel", "cython", "pybind11" ]' > $GITHUB_WORKSPACE/pyproject.toml && ls $GITHUB_WORKSPACE
CIBW_BEFORE_ALL: touch $GITHUB_WORKSPACE/pyproject.toml && echo -e '[build-system]\n\nrequires = [ "setuptools", "wheel", "cython", "pybind11" ]' >> $GITHUB_WORKSPACE/pyproject.toml && ls $GITHUB_WORKSPACE
CIBW_ENVIRONMENT: PYOMO_SETUP_ARGS="${{ matrix.GLOBAL_OPTIONS }}"
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit d9c95de

Please sign in to comment.