Skip to content

Commit

Permalink
Makefile: have "make upload" use a less outdated way to upload to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Loper committed Aug 21, 2018
1 parent d5ff5e3 commit ef0c192
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
@@ -1,7 +1,8 @@
all: all:


upload: upload:
python setup.py register sdist upload python setup.py sdist
twine upload dist/*
#sdist: #sdist:
# python setup.py sdist && rsync -avz dist/chumpy-0.5.tar.gz files:~/chumpy/latest.tgz && python ./api_compatibility.py && rsync -avz ./api_compatibility.html files:~/chumpy/ # python setup.py sdist && rsync -avz dist/chumpy-0.5.tar.gz files:~/chumpy/latest.tgz && python ./api_compatibility.py && rsync -avz ./api_compatibility.html files:~/chumpy/


Expand Down

0 comments on commit ef0c192

Please sign in to comment.