Skip to content

Commit 481911f

Browse files
fix: run tests
1 parent 60678da commit 481911f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "jieba_pyfast"
3-
version = "3.13.2"
3+
version = "3.13.3"
44
description = "Tokenize Chinese characters"
55
license = "MIT"
66
authors = ["snapADDY GmbH <info@snapaddy.com>"]
@@ -22,7 +22,10 @@ generate-setup-file = true
2222
script = "build.py"
2323

2424
[tool.cibuildwheel]
25-
build = "cp313-*"
25+
build = "cp311-* cp312-* cp313-*"
26+
before-build = "rm -rf build"
27+
test-requires = "pytest"
28+
test-command = "pytest {project}/tests"
2629

2730
[build-system]
2831
requires = ["poetry-core", "setuptools"]

0 commit comments

Comments
 (0)