You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
# ogdf-wheel - an OGDF release build packaged as ready-to-use python wheel.
2
2
3
3
This project uses [cibuildwheel](cibuildwheel.readthedocs.io) to build the [OGDF](github.com/ogdf/ogdf) library into a ready-to-use python package (called wheel) installable via `pip install ogdf-wheel`.
4
+
The wheel contains both debug and release builds of the OGDF.
4
5
It is mainly intended to be used with [`ogdf-python`](github.com/ogdf/ogdf-python) when you don't want to build the OGDF yourself or use a C++ package manager.
5
6
6
7
## Publishing new Releases
@@ -12,7 +13,7 @@ The CI does neither automatically build new OGDF versions nor directly publishes
12
13
- Commit and push your changes to GitHub.
13
14
- Wait for the CI there to finish.
14
15
- Download the resulting `.whl` files.
15
-
- Use [`twine`](https://twine.readthedocs.io/en/stable/index.html) to upload the files to PyPi.
16
+
- Use [`twine`](https://twine.readthedocs.io/en/stable/index.html) to upload the files to PyPi, see also the [`ogdf-python` release process](https://github.com/ogdf/ogdf-python/blob/master/README.md).
0 commit comments