2016-03-16 03:22:33 +08:00
|
|
|
py -2.7 setup.py bdist_zip --plat-name=win32
|
|
|
|
py -2.7 setup.py bdist_zip --plat-name=win-amd64
|
2017-01-05 18:23:19 +08:00
|
|
|
py -2.7 setup.py bdist_wheel --plat-name=win32 --python-tag=cp27
|
|
|
|
py -2.7 setup.py bdist_wheel --plat-name=win-amd64 --python-tag=cp27
|
2016-03-16 03:22:33 +08:00
|
|
|
|
|
|
|
py -3.5 setup.py bdist_zip --plat-name=win32
|
|
|
|
py -3.5 setup.py bdist_zip --plat-name=win-amd64
|
2017-01-05 18:23:19 +08:00
|
|
|
py -3.5 setup.py bdist_wheel --plat-name=win32 --python-tag=cp35
|
|
|
|
py -3.5 setup.py bdist_wheel --plat-name=win-amd64 --python-tag=cp35
|
|
|
|
|
|
|
|
py -3.6 setup.py bdist_zip --plat-name=win32
|
|
|
|
py -3.6 setup.py bdist_zip --plat-name=win-amd64
|
|
|
|
py -3.6 setup.py bdist_wheel --plat-name=win32 --python-tag=cp36
|
2018-07-17 04:26:30 +08:00
|
|
|
py -3.6 setup.py bdist_wheel --plat-name=win-amd64 --python-tag=cp36
|
|
|
|
|
|
|
|
py -3.7 setup.py bdist_zip --plat-name=win32
|
|
|
|
py -3.7 setup.py bdist_zip --plat-name=win-amd64
|
|
|
|
py -3.7 setup.py bdist_wheel --plat-name=win32 --python-tag=cp37
|
|
|
|
py -3.7 setup.py bdist_wheel --plat-name=win-amd64 --python-tag=cp37
|