From c9934f8a825a35aa15f03426dcdbd3e3039cec9b Mon Sep 17 00:00:00 2001 From: Liam Keegan Date: Tue, 11 Jun 2024 13:26:25 +0200 Subject: [PATCH] update readme with use_qemu -> skip_emulation change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d8f1bcb..852ffbb 100644 --- a/README.md +++ b/README.md @@ -46,9 +46,9 @@ In order to add a new release, the following steps are necessary: Alternatively, the workflow can be triggered manually: On manual triggers, the following input variables are available: -* `use_qemu`: Whether to build targets that require emulation (default: `true`) * `llvm_version`: Override the LLVM version (default: `""`) * `wheel_version`: Override the wheel packaging version (default `"0"`) +* `skip_emulation`: Set which emulation builds to skip, e.g. `"qemu"` (default: `"""`) * `deploy_to_testpypi`: Whether to deploy to TestPyPI instead of PyPI (default: `false`) The repository with the precommit hook is automatically updated using a scheduled Github Actions workflow.