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
Michał Ociepka edited this page Nov 15, 2017
·
9 revisions
Update and commit validation data:
$ ./setup.py update_validation_files
2. Run tests with coverage (don't lower the bar too low):
```shell
$ py.test --cov
Create new version bumping commit:
⬆️ version bumping to x.x.x4. Create `sdist` and `bdist_wheel` packages:shell
$ ./setup.py sdist
$ ./setup.py bdist_wheel --universal
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