Skip to content

Commit

Permalink
fixes for uploading to pypi (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
iheitlager committed Aug 18, 2017
1 parent f634389 commit 7c7b766
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ test:
@python -m unittest discover -s tests

dist:
@python setup.py sdist --formats=gztar,zip bdist_wheel
@python setup.py sdist --formats=gztar bdist_wheel

dev: ## install for development
@pip install -e .
Expand Down Expand Up @@ -55,9 +55,6 @@ register_test:
python setup.py register -r pypitest

upload:
# python setup.py register -r pypi
# twine upload -s dist/data_migrator-0.4*
for i in dist/*; do twine register $$i; done
twine upload dist/*

drop:
Expand Down
1 change: 1 addition & 0 deletions py.requirements/environment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
# REQUIRES: pip >= 6.0

bumpversion==0.5.3
twine==1.9.1

0 comments on commit 7c7b766

Please sign in to comment.