pip install -U autodidaqt-commonor install with Poetry
poetry add autodidaqt-commonBuilding a new version of the application contains steps:
- Bump the version of your package
poetry version <version>. You can pass the new version explicitly, or a rule such asmajor,minor, orpatch. For more details, refer to the Semantic Versions standard. - Make a commit to
GitHub. - Create a
GitHub release. - Publish
poetry publish --build