Skip to content

Commit 3514159

Browse files
committed
all wheels now built using travis and github actions, but only uploaded via travis
1 parent 9cf9031 commit 3514159

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

.github/workflows/build-wheels.yml

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

2525
fail-fast: false
2626
matrix:
27-
# python-version: ["3.6", "3.7", "3.8", "3.9"]
28-
# os: [ubuntu-latest, macos-latest]
29-
# platform: [x64, x32]
30-
# test on a single platform, python version
31-
python-version: ["3.8"]
27+
python-version: ["3.6", "3.7", "3.8", "3.9"]
3228
os: [ubuntu-latest, macos-latest]
33-
platform: [x64]
29+
platform: [x64, x32]
30+
# test on a single platform, python version
31+
# python-version: ["3.8"]
32+
# os: [ubuntu-latest, macos-latest]
33+
# platform: [x64]
3434
MB_ML_VER: [2014]
3535
exclude:
3636
- os: macos-latest

config.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ source h5py-wheels/config.sh
1515

1616
function build_libs {
1717
build_hdf5
18-
#build_curl
1918
# use built-in curl on OSX
2019
if [ -z "$IS_OSX" ]; then
2120
build_curl

0 commit comments

Comments
 (0)