Skip to content

Commit

Permalink
Have to explicitly pass GITHUB_REF to CIBW
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronreidsmith committed Oct 23, 2023
1 parent 5e48b42 commit 208e4c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
pip install -r build_tools/build_requirements.txt &&
pip install -r requirements.txt
CIBW_BUILD: "${{ env.PYTHON_EXECUTABLE }}-*"
CIBW_ENVIRONMENT: CC=gcc
CIBW_ENVIRONMENT: CC=gcc GITHUB_REF=${{ env.GITHUB_REF }}
CIBW_ENVIRONMENT_MACOS: PMD_MPL_BACKEND=TkAgg PYTHON_CROSSENV=true
# No support for pypy or musl
CIBW_SKIP: "pp* *-musllinux_*"
Expand Down

0 comments on commit 208e4c5

Please sign in to comment.