Skip to content

Commit 3166d06

Browse files
committed
WIP upgrade cibuildwheel to 3.0
1 parent 3ad7476 commit 3166d06

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ jobs:
8686
pip install cffi-1.17.1-py3-none-any.whl && \
8787
# install the rest of the dependencies
8888
python -m pip install setuptools wheel
89+
CIBW_XBUILD_TOOLS: "curl pkg-config tar"
90+
CIBW_BUILD_FRONTEND: "pip; args: --no-build-isolation"
8991

9092
- uses: actions/upload-artifact@v4
9193
if: ${{ github.ref == 'refs/heads/master' }}

0 commit comments

Comments
 (0)