File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -90,9 +90,11 @@ Making a release
90
90
----------------
91
91
92
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 . `
93
95
* Update the Changelog with the release version and date. Ensure it's up-to-date with latest fixes & PRs merged.
94
96
* Make sure test pass, check that Github actions are green.
95
- * Check that documentation build (` cd docs; make html ` )
97
+ * Check that documentation build (` cd docs; make clean html ` )
96
98
* Bump the version number in `` paho/mqtt/__init__.py `` , commit the change.
97
99
* Make a dry-run of build:
98
100
* Build using hatch: `` python -m hatch build ``
You can’t perform that action at this time.
0 commit comments