Skip to content

Commit

Permalink
Add upload script
Browse files Browse the repository at this point in the history
  • Loading branch information
DrJimFan committed Oct 14, 2018
1 parent 2676f77 commit 65d578a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -122,3 +122,5 @@ runs/
temp*
debug_*
*.swp

*.rst
6 changes: 6 additions & 0 deletions upload.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash
pandoc --from=markdown --to=rst --output=README.rst README.md
rm -rf dist/
python setup.py sdist
python setup.py bdist_wheel
twine upload dist/*

0 comments on commit 65d578a

Please sign in to comment.