We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5799f82 commit c9c9b0bCopy full SHA for c9c9b0b
.github/workflows/build_wheel/Dockerfile
@@ -14,6 +14,7 @@ ENV PY_ABI_TAG=cp${PY_VER}-cp${PY_VER}
14
RUN export PATH="/opt/python/${PY_ABI_TAG}/bin:$PATH" && \
15
python3 -V && \
16
libconnector=$(find . -type f -name "oss_*.cpython-${PY_VER}-x86_64-linux-gnu.so") && \
17
+ chmod +x ${libconnector} && \
18
echo -e "[build_ext]\nlibrary_path=${libconnector}" > setup.cfg && \
19
cat setup.cfg && \
20
python3 -u setup.py bdist_wheel && \
0 commit comments