Skip to content

Commit

Permalink
fix dist
Browse files Browse the repository at this point in the history
  • Loading branch information
Revolution1 committed May 9, 2019
1 parent cdd2ac1 commit 5ed1675
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,5 @@ target/
etcd3/apis_generated/
coverage_html_report/
prof/
README.rst

.env
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,12 @@ release: clean dist ## package and upload a release

dist: clean ## builds source and wheel package
# m2r --dry-run README.md > README.rst
python setup.py sdist
python setup.py bdist_wheel
python setup.py sdist bdist_wheel
ls -l dist
twine check dist/*

upload: dist
twine upload dist/*
twine upload --verbose dist/*

install: clean ## install the package to the active Python's site-packages
python setup.py install

0 comments on commit 5ed1675

Please sign in to comment.