Skip to content

Commit

Permalink
Update build, upload, and install targets.
Browse files Browse the repository at this point in the history
  • Loading branch information
rrozansk committed Oct 17, 2018
1 parent fe5f54b commit 4db7e59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ install: setup.py
################################################################################
.PHONY: distro
distro: setup.py
python setup.py sdist bdist bdist_wheel
python setup.py sdist bdist_wheel

################################################################################
# #
Expand Down Expand Up @@ -136,7 +136,7 @@ test_upload: distro
################################################################################
.PHONY: upload
upload: distro
twine upload --repository-url https://pypi.org/legacy/ dist/*
twine upload dist/*

################################################################################
# #
Expand All @@ -154,4 +154,4 @@ test_download:
################################################################################
.PHONY: download
download:
pip install --index-url https://pypi.org/simple/ SPaG
pip install SPaG

0 comments on commit 4db7e59

Please sign in to comment.