Create a dist before upload
This commit is contained in:
parent
b342bcc8c2
commit
76c9310341
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue