[Python-modules-commits] [python-social-auth] 250/322: Fix publish task

Wolfgang Borgert debacle at moszumanska.debian.org
Sat Dec 24 15:13:15 UTC 2016


This is an automated email from the git hooks/post-receive script.

debacle pushed a commit to tag v0.2.10
in repository python-social-auth.

commit 56a24af2ca18b7be0b0ce198de99ad9810120924
Author: Matías Aguirre <matiasaguirre at gmail.com>
Date:   Mon Apr 13 02:03:28 2015 -0300

    Fix publish task
---
 Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index b623b4e..03494f7 100644
--- a/Makefile
+++ b/Makefile
@@ -9,8 +9,10 @@ build:
 	python setup.py bdist_wheel --python-tag py2
 	BUILD_VERSION=3 python setup.py bdist_wheel --python-tag py3
 
-publish: build
-	python setup.py upload
+publish:
+	python setup.py sdist upload
+	python setup.py bdist_wheel --python-tag py2 upload
+	BUILD_VERSION=3 python setup.py bdist_wheel --python-tag py3 upload
 
 clean:
 	find . -name '*.py[co]' -delete

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-social-auth.git



More information about the Python-modules-commits mailing list