Skip to content

Commit

Permalink
distribute 0.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarbranson committed Jul 4, 2019
1 parent 21c8c10 commit 3399c37
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
Binary file added dist/latools-0.3.11-py3-none-any.whl
Binary file not shown.
Binary file added dist/latools-0.3.11.tar.gz
Binary file not shown.
3 changes: 1 addition & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ build:
python setup.py sdist bdist_wheel

upload:
PVER=$(python setup.py --version)
twine upload dist/latools-$PVER*
twine upload dist/latools-$$(python setup.py --version)*

distribute:
make test
Expand Down

0 comments on commit 3399c37

Please sign in to comment.