Skip to content

Commit

Permalink
Pushed to PyPI!
Browse files Browse the repository at this point in the history
  • Loading branch information
nick5435 committed May 14, 2017
1 parent 861f72a commit 9a43c77
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions push_to_pypi.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
@ECHO ON
cd ThermoPyle/
python setup.py sdist
python setup.py bdist_wheel
twine upload dist/* -r testpypi
twine upload dist/*

0 comments on commit 9a43c77

Please sign in to comment.