Skip to content

Commit 8c3366e

Browse files
committed
new appveyor build config
1 parent 9b8f4e9 commit 8c3366e

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

.appveyor.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,18 @@ environment:
1212
TWINE_USERNAME: mabucchi
1313
TWINE_PASSWORD:
1414
secure: ffBVdW93F+PhTrof4BvLYw==
15+
matrtix:
16+
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
17+
APPVEYOR_JOB_NAME: "python37-x64-vs2015"
1518

16-
install:
17-
- python -m pip install cibuildwheel==0.10.1
19+
stack: python 3.7
1820

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
2127

2228
artifacts:
2329
- path: "dist\\*.whl"

pybalu/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
"misc",
1212
"performance_eval"]
1313

14-
__version__ = '0.2.5'
14+
__version__ = '0.2.6'

0 commit comments

Comments
 (0)