We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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.x
4. Create `sdist` and `bdist_wheel` packages: ```shell $ ./setup.py sdist $ ./setup.py bdist_wheel --universal
Create new release with version committed in point 3.
Upload package to pypi:
./setup.py sdist upload ./setup.py bdist_wheel --universal upload