File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ The following instructions apply when doing release manually. This may be requir
65
65
66
66
* Check and update the version in "pyproject.toml" file.
67
67
* Generate new documentation.
68
- ` pdoc --html -o docs src/codeflare_sdk && pushd docs && rm -rf cluster job utils && mv codeflare_sdk/* . && rm -rf codeflare_sdk && popd ` (it is possible to install ** pdoc** using the following command ` poetry install --with docs ` )
68
+ ` pdoc --html -o docs src/codeflare_sdk && pushd docs && rm -rf cluster job utils && mv codeflare_sdk/* . && rm -rf codeflare_sdk && popd && find docs -type f -name "*.html" -exec bash -c "echo '' >> {}" \; ` (it is possible to install ** pdoc** using the following command ` poetry install --with docs ` )
69
69
* Commit all the changes to the repository.
70
70
* Create Github release (https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository#creating-a-release ).
71
71
* Build the Python package. ` poetry build `
You can’t perform that action at this time.
0 commit comments