Skip to content

Commit 63b42bd

Browse files
committed
pre-build is no longer supported. use before-build
1 parent ed86b6d commit 63b42bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ where = ["src"]
4343
sentencepiece = ["*.bin"]
4444

4545
[tool.cibuildwheel]
46-
pre-build = "python -c \"import setup; setup.copy_package_data()\""
46+
before-build = "python -c \"import setup; setup.copy_package_data()\""

0 commit comments

Comments
 (0)