Skip to content

Commit 19cce24

Browse files
committed
Add 3.11 to the entrypoint script
1 parent 1c77808 commit 19cce24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ make install
2525
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib/
2626

2727
# Build the wheels
28-
for PYVER in cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310; do
28+
for PYVER in cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311; do
2929
# build the wheels
3030
/opt/python/$PYVER/bin/pip wheel /github/workspace -w /github/workspace/wheels || { echo "Failed while buiding $PYVER wheel"; exit 1; }
3131
done

0 commit comments

Comments
 (0)