Skip to content

Commit

Permalink
Merge branch 'master' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
freedomofkeima committed Jan 30, 2019
2 parents 5b45f3f + 49ad011 commit 2337abd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ username: ${PYPI_USERNAME}
password: ${PYPI_PASSWORD}
EOF

python setup.py sdist upload
pip install twine
twine upload -r pypi dist/*

0 comments on commit 2337abd

Please sign in to comment.