summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Houghton <alastair@alastairs-place.net>2017-06-01 14:23:35 +0100
committerAlastair Houghton <alastair@alastairs-place.net>2017-06-01 14:23:35 +0100
commit171e72e4e81fcbfd56cc60e00a6f6839f7eea233 (patch)
tree5b4b0ac6d0d05ab983c5efd537031ad63da536f0
parent422b374b88fb76835a1ee1e6598984d08ed403fc (diff)
downloadnetifaces-171e72e4e81fcbfd56cc60e00a6f6839f7eea233.tar.gz
Updated Windows packaging batch file.
-rw-r--r--pypi_windows_packages.bat10
1 files changed, 6 insertions, 4 deletions
diff --git a/pypi_windows_packages.bat b/pypi_windows_packages.bat
index 297e387..508a83f 100644
--- a/pypi_windows_packages.bat
+++ b/pypi_windows_packages.bat
@@ -1,4 +1,6 @@
-C:\Python26\python.exe setup.py clean bdist_egg bdist_wininst bdist_wheel upload
-C:\Python27\python.exe setup.py clean bdist_egg bdist_wininst bdist_wheel upload
-C:\Python33\python.exe setup.py clean bdist_egg bdist_wininst bdist_wheel upload
-C:\Python34\python.exe setup.py clean bdist_egg bdist_wininst bdist_wheel upload
+C:\Python27\python.exe setup.py clean bdist_egg bdist_wininst bdist_wheel
+C:\Python34\python.exe setup.py clean bdist_egg bdist_wininst bdist_wheel
+C:\Python35\python.exe setup.py clean bdist_egg bdist_wininst bdist_wheel
+C:\Python27_32\python.exe setup.py clean bdist_egg bdist_wininst bdist_wheel
+C:\Python34_32\python.exe setup.py clean bdist_egg bdist_wininst bdist_wheel
+C:\Python35_32\python.exe setup.py clean bdist_egg bdist_wininst bdist_wheel