Skip to content

Commit

Permalink
Fix PLAT envvar in cibuildwheel container
Browse files Browse the repository at this point in the history
  • Loading branch information
fdintino committed Oct 16, 2024
1 parent e2add24 commit e5494a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if [ -z "$IS_MACOS" ]; then
export MB_ML_LIBC=${AUDITWHEEL_POLICY::9}
export MB_ML_VER=${AUDITWHEEL_POLICY:9}
fi
export PLAT=$CIBW_ARCHS
export PLAT="${CIBW_ARCHS:-$AUDITWHEEL_ARCH}"
source wheels/multibuild/common_utils.sh
source wheels/multibuild/library_builders.sh
if [ -z "$IS_MACOS" ]; then
Expand Down

0 comments on commit e5494a2

Please sign in to comment.