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 a075252 commit 27dd25dCopy full SHA for 27dd25d
.github/workflows/ci.yml
@@ -226,8 +226,8 @@ jobs:
226
. venv/bin/activate
227
build-pip install cffi wheel "setuptools>=62.4"
228
cross-expose cffi
229
- pip install wheel
230
- pip install build cffi -e ../../
+ pip install wheel build -e ../../
+ pip install cffi
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 --no-isolation
0 commit comments