Skip to content
This repository was archived by the owner on Jan 7, 2023. It is now read-only.

Commit 53e317e

Browse files
committed
Makefile: rm register and upload. Instead use twine and only upload is needed
1 parent 86f1e79 commit 53e317e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Makefile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,6 @@ install-user: clean
7979
sdist: clean
8080
@$(PYTHON) setup.py sdist
8181

82-
register:
83-
@$(PYTHON) setup.py register
84-
85-
upload: clean
86-
@$(PYTHON) setup.py sdist upload
87-
8882
valgrind: inplace
8983
valgrind --log-file=valgrind.log --tool=memcheck --leak-check=full \
9084
--suppressions=etc/valgrind-python.supp \

0 commit comments

Comments
 (0)