Skip to content

Commit

Permalink
Replace with GITHUB_WORKSPACE
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmundt committed Nov 15, 2024
1 parent cfe0981 commit 497f5b0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release_wheel_creation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ jobs:
CIBW_BUILD: ${{ matrix.wheel-version }}
CIBW_SKIP: "*-musllinux*"
CIBW_BUILD_VERBOSITY: 2
CIBW_BEFORE_ALL_MACOS: echo '[build-system]\n\nrequires = [ "cython", "pybind11", "setuptools", "wheel" ]' > /Users/runner/work/pyomo/pyomo/pyproject.toml && cat /Users/runner/work/pyomo/pyomo/pyproject.toml
CIBW_BEFORE_ALL_LINUX: echo -e '[build-system]\n\nrequires = [ "cython", "pybind11", "setuptools", "wheel" ]' > /Users/runner/work/pyomo/pyomo/pyproject.toml && cat /Users/runner/work/pyomo/pyomo/pyproject.toml
CIBW_BEFORE_ALL: echo '[build-system]\n\nrequires = [ "cython", "pybind11", "setuptools", "wheel" ]' > $GITHUB_WORKSPACE/pyomo/pyomo/pyproject.toml && cat $GITHUB_WORKSPACE/pyomo/pyomo/pyproject.toml
CIBW_ENVIRONMENT: PYOMO_SETUP_ARGS="${{ matrix.GLOBAL_OPTIONS }}"
- uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -120,7 +119,7 @@ jobs:
CIBW_BUILD: ${{ matrix.wheel-version }}
CIBW_SKIP: "*-musllinux*"
CIBW_BUILD_VERBOSITY: 2
CIBW_BEFORE_ALL_LINUX: echo '[build-system]\n\nrequires = [ "cython", "pybind11", "setuptools", "wheel" ]' > /home/runner/work/pyomo/pyomo/pyproject.toml && cat /home/runner/work/pyomo/pyomo/pyproject.toml
CIBW_BEFORE_ALL: echo '[build-system]\n\nrequires = [ "cython", "pybind11", "setuptools", "wheel" ]' > $GITHUB_WORKSPACE/pyomo/pyomo/pyproject.toml && cat $GITHUB_WORKSPACE/pyomo/pyomo/pyproject.toml
CIBW_ENVIRONMENT: PYOMO_SETUP_ARGS="${{ matrix.GLOBAL_OPTIONS }}"
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 497f5b0

Please sign in to comment.