1
py -2.7 setup.py bdist_zip --plat-name=win32
2
py -2.7 setup.py bdist_zip --plat-name=win-amd64
3
py -2.7 setup.py bdist_wheel --plat-name=win32 --python-tag=cp27
4
py -2.7 setup.py bdist_wheel --plat-name=win-amd64 --python-tag=cp27
6
py -3.5 setup.py bdist_zip --plat-name=win32
7
py -3.5 setup.py bdist_zip --plat-name=win-amd64
8
py -3.5 setup.py bdist_wheel --plat-name=win32 --python-tag=cp35
9
py -3.5 setup.py bdist_wheel --plat-name=win-amd64 --python-tag=cp35
11
py -3.6 setup.py bdist_zip --plat-name=win32
12
py -3.6 setup.py bdist_zip --plat-name=win-amd64
13
py -3.6 setup.py bdist_wheel --plat-name=win32 --python-tag=cp36
14
py -3.6 setup.py bdist_wheel --plat-name=win-amd64 --python-tag=cp36
16
py -3.7 setup.py bdist_zip --plat-name=win32
17
py -3.7 setup.py bdist_zip --plat-name=win-amd64
18
py -3.7 setup.py bdist_wheel --plat-name=win32 --python-tag=cp37
19
py -3.7 setup.py bdist_wheel --plat-name=win-amd64 --python-tag=cp37
21
py -3.8 setup.py bdist_zip --plat-name=win32
22
py -3.8 setup.py bdist_zip --plat-name=win-amd64
23
py -3.8 setup.py bdist_wheel --plat-name=win32 --python-tag=cp38
24
py -3.8 setup.py bdist_wheel --plat-name=win-amd64 --python-tag=cp38
26
py -3.9 setup.py bdist_zip --plat-name=win32
27
py -3.9 setup.py bdist_zip --plat-name=win-amd64
28
py -3.9 setup.py bdist_wheel --plat-name=win32 --python-tag=cp39
29
py -3.9 setup.py bdist_wheel --plat-name=win-amd64 --python-tag=cp39