From a3bd757acd9e892c2f483fcce1b28181dad3515f Mon Sep 17 00:00:00 2001 From: "Eden Ross Duff, MSc" Date: Sun, 8 Sep 2024 02:49:21 -0500 Subject: [PATCH] :hammer:(meson.options): add ``cibuildwheel`` to ``dist-suite`` Signed-off-by: Eden Ross Duff, MSc --- meson.options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.options b/meson.options index 9369a2e3..50f452a8 100644 --- a/meson.options +++ b/meson.options @@ -84,7 +84,7 @@ option( 'dist-suite', type: 'array', description: '--setup=dist', - value: ['sigstore', 'python-semantic-release', 'twine'], + value: ['cibuildwheel', 'sigstore', 'python-semantic-release', 'twine'], yield: true, ) option(