Skip to content

Commit

Permalink
Adding more notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Carl Anderson committed Jul 18, 2019
1 parent 74ba717 commit 1c2b436
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sphinx/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,10 @@ git add docs/.nojekyll
git commit

git push


#create build for pypi

python setup.py sdist bdist_wheel

python -m twine upload --repository-url https://upload.pypi.org/legacy/ dist/*

0 comments on commit 1c2b436

Please sign in to comment.