File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,18 @@ environment:
12
12
TWINE_USERNAME : mabucchi
13
13
TWINE_PASSWORD :
14
14
secure : ffBVdW93F+PhTrof4BvLYw==
15
+ matrtix :
16
+ - APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2015
17
+ APPVEYOR_JOB_NAME : " python37-x64-vs2015"
15
18
16
- install :
17
- - python -m pip install cibuildwheel==0.10.1
19
+ stack : python 3.7
18
20
19
- build_script :
20
- - cibuildwheel --output-dir dist
21
+ init :
22
+ - cmd : set PATH=C:\Python37;C:\Python37\Scripts;%PATH%
23
+
24
+ install : python -m pip install cibuildwheel==1.3.0
25
+
26
+ build_script : python -m cibuildwheel --output-dir dist
21
27
22
28
artifacts :
23
29
- path : " dist\\ *.whl"
Original file line number Diff line number Diff line change 11
11
"misc" ,
12
12
"performance_eval" ]
13
13
14
- __version__ = '0.2.5 '
14
+ __version__ = '0.2.6 '
You can’t perform that action at this time.
0 commit comments