Skip to content

Commit

Permalink
CI/BLD cp312 gha [wheel build]
Browse files Browse the repository at this point in the history
  • Loading branch information
andyfaff committed Jul 22, 2023
1 parent d0a9853 commit 5dfee87
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,10 @@ jobs:

- name: preliminary setup
run: |
# allows cibuildwheel to install an unreleased numpy nightly wheel for cp312
# allows cibuildwheel to install an unreleased numpy nightly wheel
# an unrelease cp312
echo CIBW_ENVIRONMENT="PIP_EXTRA_INDEX_URL=https://pypi.anaconda.org/scientific-python-nightly-wheels/simple PIP_PRE=1" >> $GITHUB_ENV
echo "CIBW_PRERELEASE_PYTHONS=True" >> $GITHUB_ENV
if: ${{ matrix.python[0] == 'cp312' }}

- name: win_amd64 - install rtools
Expand Down Expand Up @@ -136,10 +138,6 @@ jobs:
CIBW_ARCHS: ${{ matrix.buildplat[2] }}
CIBW_ENVIRONMENT_PASS_LINUX: RUNNER_OS

# allows unreleased Python versions (cp312) to be used for building
# wheels
CIBW_PRERELEASE_PYTHONS: True

# setting SDKROOT necessary when using the gfortran compiler
# installed in cibw_before_build_macos.sh
# MACOS_DEPLOYMENT_TARGET is set because of
Expand Down

0 comments on commit 5dfee87

Please sign in to comment.