Skip to content

Commit

Permalink
install twine
Browse files Browse the repository at this point in the history
  • Loading branch information
shamrin committed Nov 21, 2017
1 parent d136ea1 commit a35bfd5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/dist
/namesgenerator.egg-info
/.idea
/Pipfile.lock
2 changes: 2 additions & 0 deletions script/python_upload
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/bash
set -eu

python setup.py sdist
pipenv install --dev twine
pipenv run twine upload dist/*

0 comments on commit a35bfd5

Please sign in to comment.