We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d33f1fd commit 41b9d2eCopy full SHA for 41b9d2e
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "reticula"
3
-version = "0.12.0"
+version = "0.12.1"
4
description="Analyse temporal network and hypergraphs efficiently."
5
authors = [{name="Arash Badie-Modiri", email="[email protected]"}]
6
requires-python = ">=3.10"
@@ -51,12 +51,10 @@ wheel.py-api = "cp312"
51
build-dir = "build/{wheel_tag}"
52
53
[tool.cibuildwheel]
54
-skip = "pp3*"
55
build-verbosity = 3
56
57
[tool.cibuildwheel.linux]
58
archs = ["x86_64"]
59
-skip = "*-musllinux_*"
60
repair-wheel-command = "auditwheel repair -w {dest_dir} {wheel}"
61
62
[tool.cibuildwheel.macos]
0 commit comments