File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ will result in a minor version bump and sigificant bug fixes will result in a pa
23233 . 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 . `
You can’t perform that action at this time.
0 commit comments