Skip to content

Commit

Permalink
Add publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
mkaz committed Jun 11, 2020
1 parent 5fcc4d3 commit b8eebb0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,10 @@ build: clean
python3 setup.py sdist
python3 setup.py bdist_wheel


# Publish
# Requires: python3 -m pip install twine
.PHONY: publish
publish: build
twine upload dist/*

0 comments on commit b8eebb0

Please sign in to comment.