Skip to content

Commit

Permalink
deploy python2 and python3 to pypi (Nealelab#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
catoverdrive authored and danking committed Sep 17, 2018
1 parent 8e783e5 commit 93bab34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ push-hail-ci-build-image: hail-ci-build-image

deploy:
rm -f dist/*
python setup.py bdist_wheel
python2 setup.py bdist_wheel
python3 setup.py sdist bdist_wheel
twine upload dist/*

0 comments on commit 93bab34

Please sign in to comment.