Skip to content

Commit

Permalink
Remove test-publish-pypi since it doesn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
unho committed Nov 12, 2014
1 parent 808edac commit d83ac86
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
3 changes: 0 additions & 3 deletions Makefile
Expand Up @@ -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"
Expand Down
7 changes: 0 additions & 7 deletions docs/developers/releasing.rst
Expand Up @@ -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
Expand Down

0 comments on commit d83ac86

Please sign in to comment.