Skip to content

Commit 121e66a

Browse files
author
Jeff Whitaker
committed
build 1.5.6 test wheels
1 parent 18523b6 commit 121e66a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
env:
4545
REPO_DIR: netcdf4-python
4646
PKG_NAME: netcdf4-python
47-
BUILD_COMMIT: v1.5.6alpha1
47+
BUILD_COMMIT: v1.5.6rel
4848
UNICODE_WIDTH: 32
4949
MB_PYTHON_VERSION: ${{ matrix.python-version }}
5050
TRAVIS_PYTHON_VERSION: ${{ matrix.python-version }}

config.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ source h5py-wheels/config.sh
1616
function build_libs {
1717
build_hdf5
1818
# use built-in curl on OSX
19-
if [ -z "$IS_OSX" ]; then
20-
build_curl
21-
else
22-
touch curl-stamp
23-
fi
19+
#if [ -z "$IS_OSX" ]; then
20+
# build_curl
21+
#else
22+
# touch curl-stamp
23+
#fi
2424
if [ -z "$IS_OSX" ] && [ $MB_ML_VER -eq 1 ]; then
2525
export CFLAGS="-std=gnu99 -Wl,-strip-all"
2626
fi

0 commit comments

Comments
 (0)