Skip to content

Commit

Permalink
update readme with use_qemu -> skip_emulation change
Browse files Browse the repository at this point in the history
  • Loading branch information
lkeegan committed Jun 11, 2024
1 parent 7c6a11c commit c9934f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c9934f8

Please sign in to comment.