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
23
23
3 . Version bump PR
24
24
- There should be a PR which will be the PR that bumps the actual version of the library, this PR should contain the following
25
25
- 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 `
26
27
- Bump version in ` cpp/api/include/macros.h `
27
28
- Add new link to doc versions in ` docsrc/conf.py `
28
29
- 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
40
41
- TODO: Add cxx11-abi build for aarch64 when a manylinux container for aarch64 exists
41
42
- Generate Python packages for Python 3.5/3.6/3.7/3.8 for x86_64
42
43
- 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