-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathappveyor.yml
More file actions
77 lines (71 loc) · 1.64 KB
/
appveyor.yml
File metadata and controls
77 lines (71 loc) · 1.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
environment:
global:
WHEELS: |
pyahocorasick==1.4.0
lxml
lxml==4.2.1
simplejson
simplejson==3.15.0
intbitset
bitarray
bitarray==0.8.1
pycryptodome
pycryptodome==3.6.1
rdflib
rdflib==4.2.1
urlpy
scandir
scandir==1.9.0
MarkupSafe
MarkupSafe==1.0
coverage
coverage==4.4.1
pdfminer.six
pdfminer.six==20181108
pefile
pefile==2018.8.8
pyyaml
PyYAML==3.12
psutil
psutil==5.6.2
tinyarray
cdifflib
edlib
hyperscan
pyroaring
nltk
matrix:
- PYTHON: "C:\\Python27"
- PYTHON: "C:\\Python27-x64"
- PYTHON: "C:\\Python36"
- PYTHON: "C:\\Python36-x64"
- PYTHON: "C:\\Python37"
- PYTHON: "C:\\Python37-x64"
- PYTHON: "C:\\Python38"
- PYTHON: "C:\\Python38-x64"
- PYTHON: "C:\\Python39"
- PYTHON: "C:\\Python39-x64"
install:
- set PATH=%PYTHON%;%PYTHON%\Scripts;%PATH%
- python -m pip install --upgrade pip wheel
- mkdir wheelhouse
# use test step instead
build: false
test_script:
- python -m pip wheel --wheel-dir=wheelhouse intbitset nltk || dir
- for /F "delims= " %%I in (%WHEELS%) do (
python -m pip wheel --wheel-dir=wheelhouse %%I || dir)
- dir /S /B
artifacts:
- path: wheelhouse\*
deploy:
- provider: BinTray
username: pombreda
version: "2"
override: true
api_key:
secure: vfOXPuSdGaUBQWCWhtXGWOKFoWulmg8dl3J8EP7RodmMN96VH8yeMQIHdU3f4+l/
subject: pombreda
repo: thirdparty2
package: thirdparty2
publish: true