Skip to content

Commit

Permalink
Remove deprecated register command
Browse files Browse the repository at this point in the history
  • Loading branch information
berkerpeksag committed May 19, 2019
1 parent b958be1 commit 3d57876
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,13 @@ release:
python setup.py sdist bdist_wheel
twine upload dist/*

register:
python setup.py sdist register -r pypi

# Test it via `pip install -i https://test.pypi.org/simple/ <project_name>`
test-release:
python setup.py sdist bdist_wheel upload -r test

test-register:
python setup.py sdist register -r test

clean:
find . -name "*.pyc" -exec rm {} \;
rm -rf *.egg-info
rm -rf build/ dist/ __pycache__/

.PHONY: clean register release
.PHONY: clean release

0 comments on commit 3d57876

Please sign in to comment.