Create a dist before upload

This commit is contained in:
hugovk 2017-02-13 20:42:46 +02:00
parent b342bcc8c2
commit 76c9310341

View file

@ -12,8 +12,9 @@ git commit -m "Release 1.8.0"
```bash
git tag -a 1.8.0 -m "Release 1.8.0"
```
* [ ] Release on PyPI:
* [ ] Create a distribution and release on PyPI:
```bash
python setup.py sdist --format=gztar
twine upload dist/pylast-1.8.0.tar.gz
```
* [ ] Check installation: `pip install -U pylast`