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 75a2884 commit 54dfd3cCopy full SHA for 54dfd3c
.github/workflows/build-wheels-linux.yml
@@ -130,6 +130,8 @@ jobs:
130
echo "------- BUILD WHEEL --------"
131
build_wheel $REPO_DIR $PLAT
132
echo "------- INSTALL_RUN --------"
133
+ echo "check wheel"
134
+ ls -l ${{ github.workspace }}/wheelhouse
135
unzip -l ${{ github.workspace }}/wheelhouse/netCDF4*whl
136
install_run $PLAT
137
- name: Upload wheels to release
0 commit comments