File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 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
6565
6666* Check and update the version in "pyproject.toml" file.
6767* 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 ` )
6969* Commit all the changes to the repository.
7070* Create Github release (https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository#creating-a-release ).
7171* Build the Python package. ` poetry build `
You can’t perform that action at this time.
0 commit comments