Skip to content

Commit dd8b279

Browse files
author
Jeff Whitaker
committed
update
1 parent b4c204b commit dd8b279

File tree

1 file changed

+7
-26
lines changed

1 file changed

+7
-26
lines changed

.github/workflows/build-wheels.yml

Lines changed: 7 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -24,27 +24,13 @@ jobs:
2424

2525
fail-fast: false
2626
matrix:
27-
# python-version: ["3.7", "3.8", "3.9"]
28-
# os: [ubuntu-latest, macos-latest]
29-
# platform: [x64, x32]
30-
# MB_ML_VER: [1,2010,2014]
31-
python-version: ["3.9"]
32-
platform: [x64]
33-
os: [macos-latest]
34-
MB_ML_VER: [1]
35-
# exclude:
36-
# - os: macos-latest
37-
# platform: x32
38-
# - os: macos-latest
39-
# MB_ML_VER: 1
40-
# - os: macos-latest
41-
# MB_ML_VER: 2010
42-
# - python-version: "3.7"
43-
# MB_ML_VER: 1
44-
# - python-version: "3.8"
45-
# MB_ML_VER: 1
46-
# - python-version: "3.9"
47-
# MB_ML_VER: 1
27+
python-version: ["3.7", "3.8", "3.9"]
28+
os: [ubuntu-latest, macos-latest]
29+
platform: [x64, x32]
30+
MB_ML_VER: [1,2010,2014]
31+
exclude:
32+
- os: macos-latest
33+
platform: x32
4834
env:
4935
REPO_DIR: netcdf4-python
5036
PKG_NAME: netcdf4-python
@@ -123,11 +109,6 @@ jobs:
123109
build_wheel $REPO_DIR $PLAT
124110
echo "------- INSTALL_RUN --------"
125111
install_run $PLAT
126-
if [ $MB_ML_VER -ne 1 ]; then
127-
/bin/rm -f wheelhouse/cftime*manylinux1*whl
128-
fi
129-
echo "MB_ML_VER = $MB_ML_VER"
130-
ls -l wheelhouse/cftime*whl
131112
- name: Upload wheels to release
132113
uses: svenstaro/upload-release-action@v2
133114
if: github.event_name == 'create'

0 commit comments

Comments
 (0)