From 4ae97db2a7478cd58641266b90c7b9c9e2652895 Mon Sep 17 00:00:00 2001 From: PyYoshi Date: Mon, 17 Oct 2016 15:32:30 +0900 Subject: [PATCH] del --- win_build.bat | 11 ----------- win_upload.bat | 4 ---- 2 files changed, 15 deletions(-) delete mode 100644 win_build.bat delete mode 100644 win_upload.bat diff --git a/win_build.bat b/win_build.bat deleted file mode 100644 index 670cdb4..0000000 --- a/win_build.bat +++ /dev/null @@ -1,11 +0,0 @@ -rem setup packages -py -3.4-32 -m pip install -U pip cython wheel twine -py -3.4-x64 -m pip install -U pip cython wheel twine -py -2.7-32 -m pip install -U pip cython wheel twine -py -2.7-x64 -m pip install -U pip cython wheel twine - -rem build package -py -3.4-32 setup.py bdist_wheel -py -3.4-x64 setup.py bdist_wheel -py -2.7-32 setup.py bdist_wheel -py -2.7-x64 setup.py bdist_wheel diff --git a/win_upload.bat b/win_upload.bat deleted file mode 100644 index ce9b61a..0000000 --- a/win_upload.bat +++ /dev/null @@ -1,4 +0,0 @@ -py -3.4-32 -m twine upload dist/cchardet-*-cp34-none-win32.whl -py -3.4-x64 -m twine upload dist/cchardet-*-cp34-none-win_amd64.whl -py -2.7-32 -m twine upload dist/cchardet-*-cp27-none-win32.whl -py -2.7-x64 -m twine upload dist/cchardet-*-cp27-none-win_amd64.whl