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

Commit

Permalink
Makefile: rm register and upload. Instead use twine and only upload i…
Browse files Browse the repository at this point in the history
…s needed
  • Loading branch information
ndawe committed Jan 4, 2017
1 parent 86f1e79 commit 53e317e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,6 @@ install-user: clean
sdist: clean
@$(PYTHON) setup.py sdist

register:
@$(PYTHON) setup.py register

upload: clean
@$(PYTHON) setup.py sdist upload

valgrind: inplace
valgrind --log-file=valgrind.log --tool=memcheck --leak-check=full \
--suppressions=etc/valgrind-python.supp \
Expand Down

0 comments on commit 53e317e

Please sign in to comment.