From 80541be84406ec796fca42e212bffdffda75bcdc Mon Sep 17 00:00:00 2001 From: Andrew Nelson Date: Sat, 22 Jul 2023 12:09:05 +1000 Subject: [PATCH] CI/BLD cp312 gha [wheel build] --- .github/workflows/wheels.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 16650a6fba0d..ce439c6f491f 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -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