We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed86b6d commit 63b42bdCopy full SHA for 63b42bd
python/pyproject.toml
@@ -43,4 +43,4 @@ where = ["src"]
43
sentencepiece = ["*.bin"]
44
45
[tool.cibuildwheel]
46
-pre-build = "python -c \"import setup; setup.copy_package_data()\""
+before-build = "python -c \"import setup; setup.copy_package_data()\""
0 commit comments