diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,8 +2,8 @@ test: @cd tests && PYTHONPATH=../ py.test publish-test: - @python setup.py sdist upload -r pypi - @python setup.py bdist_wheel upload -r pypi + @python setup.py sdist upload -r test + @python setup.py bdist_wheel upload -r test publish-pypi: @python setup.py sdist upload -r pypi |