-
Notifications
You must be signed in to change notification settings - Fork 2
/
.wheelman.yml
50 lines (37 loc) · 1.2 KB
/
.wheelman.yml
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
# Configuration for builder found at https://github.com/gbMichelle/wheelman
# Name of distribution, needed for file copying.
name: mozzarilla
#These get copied into the distribution
include_files:
- "README.MD"
- "LICENSE"
- "CHANGELOG.MD"
- "AUTHORS.TXT"
pypi:
# Only uploads on a github release tag.
only_upload_tags: true
# NOTE THE TEST.PYPI
# pypi url to upload to
#target_url: https://test.pypi.org/legacy/
target_url: https://pypi.org/legacy/
targets:
windows:
# For Python versions available on Appveyor, see
# https://www.appveyor.com/docs/windows-images-software/#python
- python: "C:\\Python36\\python.exe"
wheel: True
- python: "C:\\Python36-x64\\python.exe"
wheel: True
- python: "C:\\Python37\\python.exe"
wheel: True
- python: "C:\\Python37-x64\\python.exe"
wheel: True
- python: "C:\\Python38\\python.exe"
wheel: True
- python: "C:\\Python38-x64\\python.exe"
wheel: True
- python: "C:\\Python39\\python.exe"
wheel: True
- python: "C:\\Python39-x64\\python.exe"
wheel: True
sdist: True