Closed thebjorn closed 7 years ago
Basic usage:
inv -l
inv version
inv setversion 1.2.3
inv build --clean --upload
Basic usage:
inv -l
to list available tasksinv version
to print current versioninv setversion 1.2.3
to set the version to 1.2.3.inv build --clean --upload
to remove build/dist directories, build sdist and wheels, and finally use twine to upload to PyPI.