We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e04813 commit c70d698Copy full SHA for c70d698
tools/repack.py
@@ -9,7 +9,7 @@
9
fname = "-".join(
10
[
11
"neonize",
12
- os.popen("uv run task version neonize --pypi-format").read().strip().replace("post", ""),
+ os.popen("uv run task version neonize --pypi-format").read().strip(),
13
]
14
)
15
wheel_name = fname + "-py3-none-any.whl"
0 commit comments