We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ad7476 commit 3166d06Copy full SHA for 3166d06
.github/workflows/wheels.yml
@@ -86,6 +86,8 @@ jobs:
86
pip install cffi-1.17.1-py3-none-any.whl && \
87
# install the rest of the dependencies
88
python -m pip install setuptools wheel
89
+ CIBW_XBUILD_TOOLS: "curl pkg-config tar"
90
+ CIBW_BUILD_FRONTEND: "pip; args: --no-build-isolation"
91
92
- uses: actions/upload-artifact@v4
93
if: ${{ github.ref == 'refs/heads/master' }}
0 commit comments