We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
python -m
1 parent 6050b49 commit 46f185dCopy full SHA for 46f185d
pyproject.toml
@@ -52,7 +52,7 @@ write_to = "threaded/_version.py"
52
# Disable building PyPy wheels on all platforms
53
# Disable musllinux as not popular platform
54
skip = ["pp*", "*-musllinux_*"]
55
-before-build = "pip install -U pip cython -r CI_REQUIREMENTS.txt"
+before-build = "python -m pip install -U pip cython -r CI_REQUIREMENTS.txt"
56
build-frontend = { name = "build", args = ["--no-isolation"] }
57
58
[tool.black]
0 commit comments