From 93e9312a5676d349c651f903e48d9e4d4815c78d Mon Sep 17 00:00:00 2001 From: Mark Zhuang Date: Wed, 18 Oct 2023 13:31:17 +0800 Subject: [PATCH] Update cmd for build binary executables (#441) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bd56f120..28f39bca 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -69,7 +69,7 @@ nox -s publish_docs These are automatically built on CI, but can be built locally with corresponding `nox` commands, such as: ``` -nox -s build_executable_current_platform +nox -s build_executables_current_platform ``` ## Publishing a New Version