Skip to content

Commit

Permalink
Update Makefile commands
Browse files Browse the repository at this point in the history
* Registration is no longer required on PyPI, it throws a warning
* Multiple sdists are no longer allowed on PyPI
  • Loading branch information
Arnon Yaari committed Oct 10, 2018
1 parent 1519767 commit c11da6f
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,12 @@ clean:
.PHONY: clean

sdist: clean
python setup.py sdist --formats=zip,gztar
python setup.py sdist
.PHONY: sdist

register: clean
python setup.py sdist --formats=zip,gztar register
python setup.py bdist_wheel register
.PHONY: release

upload: clean
python setup.py sdist --formats=zip,gztar register upload
python setup.py bdist_wheel register upload
python setup.py sdist upload
python setup.py bdist_wheel upload
.PHONY: release

test:
Expand Down

0 comments on commit c11da6f

Please sign in to comment.