Skip to content

Commit

Permalink
Release: Switch to use twine to upload release files
Browse files Browse the repository at this point in the history
[cki skip]

Fixes #103

This is needed to have a markdown long description in PyPi
  • Loading branch information
ccordoba12 committed Nov 12, 2018
1 parent a21fcd4 commit 568e967
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ To release a new version of qtawesome on PyPI:

* git add and git commit

* python setup.py sdist upload
* python setup.py sdist

* python setup.py bdist_wheel upload
* python setup.py bdist_wheel

* twine upload dist/*

* git tag -a vX.X.X -m 'comment'

Expand Down

0 comments on commit 568e967

Please sign in to comment.