Skip to content

Commit

Permalink
run
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Nov 13, 2023
1 parent f4f5a72 commit c53a3c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/wheels-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,9 @@
source wheels/multibuild/common_utils.sh
PLAT="x86_64" source wheels/multibuild/library_builders.sh
if [ -z "$IS_MACOS" ]; then
export MB_ML_LIBC=$(echo $AUDITWHEEL_PLAT | cut -f 1 -d _)
export MB_ML_VER="_"$(echo $AUDITWHEEL_PLAT | cut -f 2- -d _)
echo "torch"
echo $AUDITWHEEL_PLAT
echo MB_ML_LIBC
echo MB_ML_VER
exit 1
python3 -c "import platform;print(platform.libc_ver())"
source wheels/multibuild/manylinux_utils.sh
fi

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
python3 -m cibuildwheel --output-dir wheelhouse
env:
CIBW_ARCHS_LINUX: "x86_64"
#CIBW_ARCHS_MACOS: x86_64 arm64
CIBW_ARCHS_MACOS: "x86_64 arm64"
- uses: actions/upload-artifact@v3
with:
path: ./wheelhouse/*.whl

0 comments on commit c53a3c5

Please sign in to comment.