Skip to content

Commit

Permalink
Use twine to upload new package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelcaricio committed Feb 16, 2017
1 parent 9311874 commit cf80416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Expand Up @@ -22,7 +22,7 @@ fi
tox --skip-missing-interpreters

python3 setup.py sdist bdist_wheel
#twine upload dist/*
twine upload dist/*

# revert version
git checkout -- */__init__.py
Expand Down

0 comments on commit cf80416

Please sign in to comment.