Skip to content

Commit 552a5eb

Browse files
author
Raymond Yang
authored
Merge pull request #9 from raymondxyang/pypi_test
Publish Mac/Windows wheels for ONNX 1.3.0
2 parents d98a97d + 1293871 commit 552a5eb

File tree

3 files changed

+3
-57
lines changed

3 files changed

+3
-57
lines changed

.travis.yml

Lines changed: 1 addition & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
env:
22
global:
33
- REPO_DIR=onnx
4-
- BUILD_COMMIT=3376d4438aaadfba483399fa249b841153152bc0
4+
- BUILD_COMMIT=7b9b3eeefd37b7c287fa1fb40568518acaaea01f
55
- PLAT=x86_64
66
- PB_VERSION=2.6.1
77
- UNICODE_WIDTH=32
@@ -25,60 +25,6 @@ matrix:
2525
# Exclude the default Python 3.5 build
2626
- python: 3.5
2727
include:
28-
- os: linux
29-
sudo: required
30-
env:
31-
- MB_PYTHON_VERSION=2.7
32-
- ONNX_ML=1
33-
34-
- os: linux
35-
sudo: required
36-
env:
37-
- MB_PYTHON_VERSION=2.7
38-
- ONNX_ML=1
39-
- UNICODE_WIDTH=16
40-
41-
- os: linux
42-
sudo: required
43-
env:
44-
- MB_PYTHON_VERSION=2.7
45-
- ONNX_ML=1
46-
- PLAT=i686
47-
48-
- os: linux
49-
sudo: required
50-
env:
51-
- MB_PYTHON_VERSION=2.7
52-
- ONNX_ML=1
53-
- UNICODE_WIDTH=16
54-
- PLAT=i686
55-
56-
- os: linux
57-
sudo: required
58-
env:
59-
- MB_PYTHON_VERSION=3.5
60-
- ONNX_ML=1
61-
62-
- os: linux
63-
sudo: required
64-
env:
65-
- MB_PYTHON_VERSION=3.6
66-
- ONNX_ML=1
67-
68-
- os: linux
69-
sudo: required
70-
env:
71-
- MB_PYTHON_VERSION=3.5
72-
- ONNX_ML=1
73-
- PLAT=i686
74-
75-
- os: linux
76-
sudo: required
77-
env:
78-
- MB_PYTHON_VERSION=3.6
79-
- ONNX_ML=1
80-
- PLAT=i686
81-
8228
- os: osx
8329
language: generic
8430
sudo: required

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ environment:
3939

4040
install:
4141
- cmd: set repo_dir=onnx
42-
- cmd: set build_commit=3376d4438aaadfba483399fa249b841153152bc0
42+
- cmd: set build_commit=7b9b3eeefd37b7c287fa1fb40568518acaaea01f
4343
- cmd: git submodule update --init --recursive
4444
- cmd: cd %repo_dir%
4545
- cmd: git fetch origin

config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
function build_wheel {
33
build_libs
44
export ONNX_ML=1
5-
time ONNX_NAMESPACE=ONNX_NAMESPACE build_bdist_wheel $@
5+
time ONNX_NAMESPACE=ONNX_REL_1_3 build_bdist_wheel $@
66
}
77

88
function build_libs {

0 commit comments

Comments
 (0)