Skip to content

Commit

Permalink
add deploy command
Browse files Browse the repository at this point in the history
  • Loading branch information
noisyboiler committed Apr 5, 2021
1 parent c993580 commit 9452501
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,8 @@ coverage:

crossbar:
crossbar start --config ./wampy/testing/configs/crossbar.json

deploy:
pip install -U twine wheel setuptools
python setup.py bdist_wheel --universal
twine upload dist/*

0 comments on commit 9452501

Please sign in to comment.