diff --git a/ozi/dist/meson.build b/ozi/dist/meson.build index 30cea848..990fe830 100644 --- a/ozi/dist/meson.build +++ b/ozi/dist/meson.build @@ -3,12 +3,14 @@ # See LICENSE.txt for license information. # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception source_child_dist_children = [ + 'cibuildwheel', 'semantic_release', - 'sigstore' + 'sigstore', + 'twine', ] if (get_option('dev').enabled() or get_option('dist').enabled()) foreach package : source_child_dist_children message('configure', package, 'with', ' '.join(get_option('compile-requirements-command'))) subdir(package) endforeach -endif \ No newline at end of file +endif