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 1c77808 commit 19cce24Copy full SHA for 19cce24
.github/workflows/entrypoint.sh
@@ -25,7 +25,7 @@ make install
25
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib/
26
27
# Build the wheels
28
-for PYVER in cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310; do
+for PYVER in cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311; do
29
# build the wheels
30
/opt/python/$PYVER/bin/pip wheel /github/workspace -w /github/workspace/wheels || { echo "Failed while buiding $PYVER wheel"; exit 1; }
31
done
0 commit comments