Skip to content

Commit

Permalink
Add wheel release commands to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
codeinthehole committed Dec 12, 2015
1 parent 2e88af9 commit 1b39c17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
sandbox/puppet/modules
docs/_build
dist/*
build/*
.coverage
TODO
.tox
Expand Down
4 changes: 3 additions & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ test:
pip install -r requirements.txt

release:
python setup.py sdist upload
python setup.py sdist
python setup.py bdist_wheel --universal
python setup.py upload
git push --tags

clean:
Expand Down

0 comments on commit 1b39c17

Please sign in to comment.