Skip to content

Commit d98a97d

Browse files
authored
Merge pull request #8 from raymondxyang/pypi_test
Update wheel builder to build v1.2.2
2 parents 8fac8bf + 17225b7 commit d98a97d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
env:
22
global:
33
- REPO_DIR=onnx
4-
- BUILD_COMMIT=c7b60050ad6ae963bf2cc1d0eb3c32b07eb7eeed
4+
- BUILD_COMMIT=3376d4438aaadfba483399fa249b841153152bc0
55
- PLAT=x86_64
66
- PB_VERSION=2.6.1
77
- UNICODE_WIDTH=32

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=c7b60050ad6ae963bf2cc1d0eb3c32b07eb7eeed
42+
- cmd: set build_commit=3376d4438aaadfba483399fa249b841153152bc0
4343
- cmd: git submodule update --init --recursive
4444
- cmd: cd %repo_dir%
4545
- cmd: git fetch origin

0 commit comments

Comments
 (0)