From 54f157ab90a37ae410dd558a7323650d8394c59b Mon Sep 17 00:00:00 2001 From: Mario Zancanaro Date: Mon, 15 Jun 2015 16:26:04 +0200 Subject: [PATCH] nepi-3.2.5-pypi --- Makefile | 9 +++++++-- VERSION | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index f1a97d5a..45a09ded 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ SRCDIR = $(CURDIR)/src TESTDIR = $(CURDIR)/test -TESTLIB = $(TESTDIR)/lib +TESTLIB = $(TESTDIR)/lib BUILDDIR = $(CURDIR)/build DISTDIR = $(CURDIR)/dist @@ -84,6 +84,9 @@ pypi: @echo "You are about to release $(VERSION) - OK (Ctrl-c if not) ? " ; read _ git tag $(VERSIONTAG) ./setup.py sdist upload -r pypi + #./setup.py sdist upload -r pypi + ./setup.py sdist + twine upload dist/* -r pypi @if [ ssh $(PYPI_TARBALL_HOST) ls $(PYPI_TARBALL_TOPDIR)/$(VERSIONTAR) ] ;\ then echo "$(VERSIONTAR) already present on $(PYPI_TARBALL_HOST) - ignored" ;\ else rsync -av dist/$(VERSIONTAR) $(PYPI_TARBALL_HOST):$(PYPI_TARBALL_TOPDIR)/ ;\ @@ -95,4 +98,6 @@ pypi: # in this case we do not want to upload anything on the build box though testpypi: - ./setup.py sdist upload -r testpypi + #./setup.py sdist upload -r testpypi + ./setup.py sdist + twine upload dist/* -r testpypi diff --git a/VERSION b/VERSION index 351227fc..5ae69bd5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.2.4 +3.2.5 -- 2.43.0