From 446a836f1c49461c97b35aaa39ada5a18827d36d Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Wed, 29 Jul 2020 19:24:50 +0300 Subject: [PATCH] Remove outdated make upload-test and upload commands, we use twine now --- Makefile | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/Makefile b/Makefile index 06208ad98..b4375db3d 100644 --- a/Makefile +++ b/Makefile @@ -90,16 +90,5 @@ sdist: test: pytest -qq -# https://docs.python.org/3/distutils/packageindex.html#the-pypirc-file -upload-test: -# [test] -# username: -# password: -# repository = http://test.pythonpackages.com - python3 setup.py sdist --format=gztar upload -r test - -upload: - python3 setup.py sdist --format=gztar upload - readme: viewdoc