Skip to content

Commit 1e9b92e

Browse files
committed
fix: Fix version issues for Linux for realx
1 parent 7f6d4ac commit 1e9b92e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
for PYBIN in /opt/python/cp3{10,11}-*/bin; do
6868
\${PYBIN}/pip install --upgrade pip wheel &&
6969
\${PYBIN}/pip install toml==0.10.2 &&
70-
\${PYBIN}/pip install setuptools==0.68.0 &&
70+
\${PYBIN}/pip install setuptools==68.0.0 &&
7171
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
7272
done &&
7373
rm -f /io/dist/*-linux_*.whl

0 commit comments

Comments
 (0)