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.
1 parent af64a43 commit 29c97e4Copy full SHA for 29c97e4
CONTRIBUTING.md
@@ -90,9 +90,11 @@ Making a release
90
----------------
91
92
The process to make a release is the following:
93
+* Using a virtual env with the following tool installed: `pip install build sphinx twine`
94
+* In that same virtual env, install paho itself (required for docs): `pip install -e .`
95
* Update the Changelog with the release version and date. Ensure it's up-to-date with latest fixes & PRs merged.
96
* Make sure test pass, check that Github actions are green.
-* Check that documentation build (`cd docs; make html`)
97
+* Check that documentation build (`cd docs; make clean html`)
98
* Bump the version number in ``paho/mqtt/__init__.py``, commit the change.
99
* Make a dry-run of build:
100
* Build using hatch: ``python -m hatch build``
0 commit comments