Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jswhit committed Jan 11, 2021
1 parent 03c2c59 commit a54394c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,14 +119,17 @@ jobs:
build_wheel $REPO_DIR $PLAT
echo "------- INSTALL_RUN --------"
install_run $PLAT
if [ $MB_ML_VER -ne 1 ]; then
/bin/rm -f wheelhouse/cftime*manylinux1*whl
fi
echo "MB_ML_VER = $MB_ML_VER"
ls -l wheelhouse/cftime*whl
- name: Upload wheels to release
uses: svenstaro/upload-release-action@v2
if: github.event_name == 'create'
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: "${{ github.workspace }}/wheelhouse/cftime*${MB_ML_VER}*whl"
file: ${{ github.workspace }}/wheelhouse/cftime*whl
tag: ${{ github.ref }}
overwrite: true
file_glob: true

0 comments on commit a54394c

Please sign in to comment.