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 55f0c06 commit 7f6d4acCopy full SHA for 7f6d4ac
.github/workflows/build-wheel.yml
@@ -66,7 +66,8 @@ jobs:
66
C2PA_LIBS_PLATFORM=\"${{ format('{0}', inputs.architecture == 'aarch64' && 'aarch64-unknown-linux-gnu' || 'x86_64-unknown-linux-gnu') }}\" /opt/python/cp310-cp310/bin/python scripts/download_artifacts.py $C2PA_VERSION &&
67
for PYBIN in /opt/python/cp3{10,11}-*/bin; do
68
\${PYBIN}/pip install --upgrade pip wheel &&
69
- \${PYBIN}/pip install toml &&
+ \${PYBIN}/pip install toml==0.10.2 &&
70
+ \${PYBIN}/pip install setuptools==0.68.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