Skip to content

Commit

Permalink
auditwheel setuptools wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
jackalcooper committed Nov 14, 2024
1 parent 352e469 commit fbce4a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/manylinux/build-gcc9.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ld --version
# clean python dir
cd ${ONEFLOW_CI_SRC_DIR}
${ONEFLOW_CI_PYTHON_EXE} -m pip install -i https://mirrors.aliyun.com/pypi/simple --user -r ci/fixed-dev-requirements.txt
${ONEFLOW_CI_PYTHON_EXE} -m pip install -i https://mirrors.aliyun.com/pypi/simple --user auditwheel
${ONEFLOW_CI_PYTHON_EXE} -m pip install -i https://mirrors.aliyun.com/pypi/simple --user auditwheel setuptools wheel
cd python

function clean_artifacts {
Expand Down
2 changes: 1 addition & 1 deletion ci/manylinux/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ld --version
# clean python dir
cd ${ONEFLOW_CI_SRC_DIR}
${ONEFLOW_CI_PYTHON_EXE} -m pip install -i https://mirrors.aliyun.com/pypi/simple --user -r ci/fixed-dev-requirements.txt
${ONEFLOW_CI_PYTHON_EXE} -m pip install -i https://mirrors.aliyun.com/pypi/simple --user auditwheel
${ONEFLOW_CI_PYTHON_EXE} -m pip install -i https://mirrors.aliyun.com/pypi/simple --user auditwheel setuptools wheel
cd python

function clean_artifacts {
Expand Down

0 comments on commit fbce4a6

Please sign in to comment.