Skip to content

Commit a3baf34

Browse files
committed
bump versions
1 parent 3d88893 commit a3baf34

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# ogdf-wheel - an OGDF release build packaged as ready-to-use python wheel.
22

33
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.
45
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.
56

67
## Publishing new Releases
@@ -12,7 +13,7 @@ The CI does neither automatically build new OGDF versions nor directly publishes
1213
- Commit and push your changes to GitHub.
1314
- Wait for the CI there to finish.
1415
- 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).
1617

1718
## Building a clean sdist locally
1819

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "ogdf-wheel"
33
description = "An OGDF release build packaged as ready-to-use python wheel."
4-
version = "2023.09"
4+
version = "2025.10"
55
classifiers = ["Programming Language :: Python :: 3"]
66
requires-python = ">=3.7"
77
license-files = { paths = [

0 commit comments

Comments
 (0)