From d83ac864e77d784a2aeb1bf8f668a78d8fb19652 Mon Sep 17 00:00:00 2001 From: Leandro Regueiro Date: Wed, 12 Nov 2014 20:19:01 +0100 Subject: [PATCH] Remove test-publish-pypi since it doesn't work --- Makefile | 3 --- docs/developers/releasing.rst | 7 ------- 2 files changed, 10 deletions(-) diff --git a/Makefile b/Makefile index 698d8f135e..ffeb441139 100644 --- a/Makefile +++ b/Makefile @@ -26,9 +26,6 @@ publish-pypi: sort-imports: isort -rc . -test-publish-pypi: - python setup.py sdist ${FORMATS} upload -r https://testpypi.python.org/pypi - #scp translate-toolkit-1.10.0.tar.bz2 jsmith@frs.sourceforge.net:/home/frs/project/translate/Translate\ Toolkit/1.10.0/ publish-sourceforge: @echo "We don't trust automation that much. The following is the command you need to run" diff --git a/docs/developers/releasing.rst b/docs/developers/releasing.rst index 21947f4077..65a9fd8848 100644 --- a/docs/developers/releasing.rst +++ b/docs/developers/releasing.rst @@ -226,13 +226,6 @@ Publish on PyPI do it when you are actually ready. -To test before publishing run: - -.. code-block:: bash - - $ make test-publish-pypi - - Then to actually publish: .. code-block:: bash