-
Notifications
You must be signed in to change notification settings - Fork 200
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
How to make a new release? | ||
-------------------------- | ||
|
||
1. Update version in ``include/nanogui/common.h`` | ||
|
||
2. Commit: ``git commit -am "vX.Y.Z release"`` | ||
|
||
3. Tag: ``git tag -a vX.Y.Z -m "vX.Y.Z release"`` | ||
|
||
4. Push: ``git push`` and ``git push --tags`` | ||
|
||
5. Build via GitHub actions (``Wheels`` target) | ||
|
||
6. Upload via GitHub or ``twine upload <filename>`` |
Submodule nanobind
updated
3 files
+14 −7 | cmake/nanobind-config.cmake | |
+6 −0 | include/nanobind/nb_defs.h | |
+11 −4 | src/nb_internals.cpp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters