Skip to content

Commit c70d698

Browse files
committed
fix: repack
1 parent 3e04813 commit c70d698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/repack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
fname = "-".join(
1010
[
1111
"neonize",
12-
os.popen("uv run task version neonize --pypi-format").read().strip().replace("post", ""),
12+
os.popen("uv run task version neonize --pypi-format").read().strip(),
1313
]
1414
)
1515
wheel_name = fname + "-py3-none-any.whl"

0 commit comments

Comments
 (0)