Skip to content

Commit 18523b6

Browse files
committed
update
1 parent 91a28ba commit 18523b6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-wheels.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,11 @@ jobs:
119119
build_wheel $REPO_DIR $PLAT
120120
echo "------- INSTALL_RUN --------"
121121
install_run $PLAT
122+
if [ $MB_ML_VER -ne 1 ]; then
123+
/bin/rm -f wheelhouse/cftime*manylinux1*whl
124+
fi
125+
echo "MB_ML_VER = $MB_ML_VER"
126+
ls -l wheelhouse/cftime*whl
122127
- name: Upload wheels to release
123128
uses: svenstaro/upload-release-action@v2
124129
if: github.event_name == 'create'

0 commit comments

Comments
 (0)