From 80f20e6f2e21d5a688471d007944dc7a14c0a7a0 Mon Sep 17 00:00:00 2001 From: "M. Domenzain" Date: Sat, 20 Jan 2018 06:29:05 +0100 Subject: [PATCH] Improve helper to upload both Python 2 and 3 wheels --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 68ad23f..b04fa53 100644 --- a/Makefile +++ b/Makefile @@ -5,4 +5,8 @@ test: python setup.py test distribute: - python setup.py sdist bdist_wheel upload --identity="26B1FA94" --sign + python setup.py sdist upload --identity="26B1FA94" --sign + workon ptpy + python setup.py bdist_wheel upload --identity="26B1FA94" --sign + workon ptpy3 + python setup.py bdist_wheel upload --identity="26B1FA94" --sign