Skip to content

Commit 34b5536

Browse files
committed
update
1 parent 9bcc762 commit 34b5536

File tree

2 files changed

+10
-15
lines changed

2 files changed

+10
-15
lines changed

.github/workflows/build-wheels.yml

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -113,17 +113,12 @@ jobs:
113113
build_wheel $REPO_DIR $PLAT
114114
echo "------- INSTALL_RUN --------"
115115
install_run $PLAT
116-
cd $TRAVIS_BUILD_DIR
117-
pwd
118-
find ./ -name "*.whl" -print
119-
/usr/local/bin/ncdump -h http://remotetest.unidata.ucar.edu/thredds/dodsC/testdods/testData.nc
120-
/usr/local/bin/ncdump -h https://podaac-opendap.jpl.nasa.gov/opendap/allData/modis/L3/aqua/11um/v2014.0/4km/daily/2017/365/A2017365.L3m_DAY_NSST_sst_4km.nc
121-
- name: Upload wheels to release
122-
uses: svenstaro/upload-release-action@v2
123-
if: github.event_name == 'create'
124-
with:
125-
repo_token: ${{ secrets.GITHUB_TOKEN }}
126-
file: ${{ github.workspace }}/wheelhouse/netCDF4*whl
127-
tag: ${{ github.ref }}
128-
overwrite: true
129-
file_glob: true
116+
# - name: Upload wheels to release
117+
# uses: svenstaro/upload-release-action@v2
118+
# if: github.event_name == 'create'
119+
# with:
120+
# repo_token: ${{ secrets.GITHUB_TOKEN }}
121+
# file: ${{ github.workspace }}/wheelhouse/netCDF4*whl
122+
# tag: ${{ github.ref }}
123+
# overwrite: true
124+
# file_glob: true

0 commit comments

Comments
 (0)