Skip to content

Commit

Permalink
BLD: use pip_pre for cp313 [wheel build]
Browse files Browse the repository at this point in the history
  • Loading branch information
andyfaff committed Jun 20, 2024
1 parent 2c58eef commit 3a013c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,9 @@ jobs:
# (there will soon be another dev version to target).
CIBW="$CIBW_ENVIRONMENT PIP_NO_BUILD_ISOLATION=false PIP_PRE=1 PIP_EXTRA_INDEX_URL=https://pypi.anaconda.org/scientific-python-nightly-wheels/simple"
echo "CIBW_ENVIRONMENT=$CIBW" >> "$GITHUB_ENV"
CIBW="python -m pip install -pre -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy; bash {project}/tools/wheels/cibw_before_build_linux.sh {project}"
CIBW="python -m pip install --pre -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy; bash {project}/tools/wheels/cibw_before_build_linux.sh {project}"
echo "CIBW_BEFORE_BUILD_LINUX=$CIBW" >> "$GITHUB_ENV"
CIBW="python -m pip install -pre -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy; bash {project}/tools/wheels/cibw_before_build_macos.sh {project}"
CIBW="python -m pip install --pre -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy; bash {project}/tools/wheels/cibw_before_build_macos.sh {project}"
echo "CIBW_BEFORE_BUILD_MACOS=$CIBW" >> "$GITHUB_ENV"
- name: Build wheels
Expand Down

0 comments on commit 3a013c5

Please sign in to comment.