We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91a28ba commit 18523b6Copy full SHA for 18523b6
.github/workflows/build-wheels.yml
@@ -119,6 +119,11 @@ jobs:
119
build_wheel $REPO_DIR $PLAT
120
echo "------- INSTALL_RUN --------"
121
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
127
- name: Upload wheels to release
128
uses: svenstaro/upload-release-action@v2
129
if: github.event_name == 'create'
0 commit comments