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 fdc9950 commit a075252Copy full SHA for a075252
.github/workflows/ci.yml
@@ -230,7 +230,7 @@ jobs:
230
pip install build cffi -e ../../
231
export DIST_EXTRA_CONFIG=/tmp/build-opts.cfg
232
echo -e "[bdist_wheel]\npy_limited_api=cp37" > $DIST_EXTRA_CONFIG
233
- python -m build
+ python -m build --no-isolation
234
ls -la dist/
235
' > build-wheels.sh
236
0 commit comments