Skip to content

Commit 9dd4e3f

Browse files
Maxusmustiopenshift-merge-robot
authored andcommitted
Update release steps
1 parent 143b4a0 commit 9dd4e3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff 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`

0 commit comments

Comments
 (0)