Skip to content

Commit 7f0cde3

Browse files
committed
docs: update release checklist
Signed-off-by: Naren Dasan <[email protected]> Signed-off-by: Naren Dasan <[email protected]>
1 parent efefc47 commit 7f0cde3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docsrc/RELEASE_CHECKLIST.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ will result in a minor version bump and sigificant bug fixes will result in a pa
2323
3. Version bump PR
2424
- There should be a PR which will be the PR that bumps the actual version of the library, this PR should contain the following
2525
- Bump version in `py/setup.py`
26+
- Make sure dependency versions are updated in `py/requirements.txt`, `tests/py/requirements.txt` and `py/setup.py`
2627
- Bump version in `cpp/api/include/macros.h`
2728
- Add new link to doc versions in `docsrc/conf.py`
2829
- Generate frozen docs for new version
@@ -40,3 +41,5 @@ will result in a minor version bump and sigificant bug fixes will result in a pa
4041
- TODO: Add cxx11-abi build for aarch64 when a manylinux container for aarch64 exists
4142
- Generate Python packages for Python 3.5/3.6/3.7/3.8 for x86_64
4243
- TODO: Build a manylinux container for aarch64
44+
- `docker run -it -v$(pwd)/..:/workspace/TRTorch build_trtorch_wheel /bin/bash /workspace/TRTorch/py/build_whl.sh` generates all wheels
45+
- To build container `docker build -t build_trtorch_wheel .`

0 commit comments

Comments
 (0)