From c2656ac116da12a621aa70ff7aa3d405cef7cc0f Mon Sep 17 00:00:00 2001 From: Jaewook Lee Date: Thu, 22 Aug 2024 20:10:54 +0200 Subject: [PATCH] fix typo --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 721808722..e53a0216d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ input = "splinepy/_version.py" [tool.cibuildwheel] test-extras = ["test"] test-command = "pytest {project}/tests" -before_all = "python docs/source/handle_markdown.py -b" +before-all = "python docs/source/handle_markdown.py -b" [tool.cibuildwheel.macos] archs = ["x86_64", "arm64"]