Skip to content

Commit a24a7bb

Browse files
authored
Add release instructions to RELEASE.md
Document release process and steps for building and uploading wheels.
1 parent 294323d commit a24a7bb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

RELEASE.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Release
2+
3+
1. Update git hash in CMakeLists.txt to point to the correct version of `qoco`
4+
2. Update version number in `pyproject.toml` and `backend/cuda/pyproject.toml`
5+
3. Run `./build_cuda_wheels.sh` to build `qoco-cuda` wheels
6+
4. Download `qoco` wheels from `Build Wheels` workflow in `Actions` tab
7+
5. Upload both wheels to `pypi`

0 commit comments

Comments
 (0)