You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
5. Create new release with version committed in point 3.
1. In title insert main change short description,
2. in description list all changes,
3. attache sdist package.
6. Upload package to pypi:
```shell
$ ./setup.py sdist upload
$ ./setup.py bdist_wheel --universal upload