Skip to content

Commit

Permalink
v0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
wjakob committed Oct 27, 2022
1 parent 0f47fe0 commit 82b2851
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
14 changes: 14 additions & 0 deletions docs/release.rst
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>``
2 changes: 1 addition & 1 deletion ext/nanobind
1 change: 1 addition & 0 deletions src/python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ add_definitions(-DNANOGUI_PYTHON)

nanobind_add_module(nanogui-python MODULE
NB_STATIC
LTO
main.cpp
glfw.cpp
icons.cpp
Expand Down

0 comments on commit 82b2851

Please sign in to comment.