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 7f6d4ac commit 1e9b92eCopy full SHA for 1e9b92e
.github/workflows/build-wheel.yml
@@ -67,7 +67,7 @@ jobs:
67
for PYBIN in /opt/python/cp3{10,11}-*/bin; do
68
\${PYBIN}/pip install --upgrade pip wheel &&
69
\${PYBIN}/pip install toml==0.10.2 &&
70
- \${PYBIN}/pip install setuptools==0.68.0 &&
+ \${PYBIN}/pip install setuptools==68.0.0 &&
71
CFLAGS=\"-I/opt/python/cp310-cp310/include/python3.10\" LDFLAGS=\"-L/opt/python/cp310-cp310/lib\" \${PYBIN}/python setup.py bdist_wheel --plat-name $PLATFORM_TAG
72
done &&
73
rm -f /io/dist/*-linux_*.whl
0 commit comments