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 0c0bee6 commit 80541be
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,15 @@ jobs:
CIBW_PRERELEASE_PYTHONS: True

# required so that cp312 can grab a nightly wheel
# can remove when cp312 is release and we don't need to search
# other wheel locations.
CIBW_ENVIRONMENT: PIP_EXTRA_INDEX_URL=https://pypi.anaconda.org/scientific-python-nightly-wheels/simple PIP_PRE=1

CIBW_ENVIRONMENT_WINDOWS: >
PKG_CONFIG_PATH: c:/opt/64/lib/pkgconfig
PIP_PRE=1
PIP_EXTRA_INDEX_URL=https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
# 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 80541be

Please sign in to comment.