Check installation sooner [CI skip]
This commit is contained in:
parent
dc7528ab5c
commit
f9600268ea
|
@ -17,6 +17,7 @@ git tag -a 1.5.0 -m "Release 1.5.0"
|
||||||
python setup.py register
|
python setup.py register
|
||||||
python setup.py sdist --format=gztar upload
|
python setup.py sdist --format=gztar upload
|
||||||
```
|
```
|
||||||
|
* [ ] Check installation: `pip install -U pylast`
|
||||||
* [ ] Push: `git push`
|
* [ ] Push: `git push`
|
||||||
* [ ] Push tags: `git push --tags`
|
* [ ] Push tags: `git push --tags`
|
||||||
* [ ] Create new GitHub release: https://github.com/pylast/pylast/releases/new
|
* [ ] Create new GitHub release: https://github.com/pylast/pylast/releases/new
|
||||||
|
@ -28,4 +29,4 @@ git checkout develop
|
||||||
git merge master --ff-only
|
git merge master --ff-only
|
||||||
git push
|
git push
|
||||||
```
|
```
|
||||||
* [ ] Check installation: `pip install -U pylast`
|
|
||||||
|
|
Loading…
Reference in a new issue