Skip to content

Commit

Permalink
🐛 normalize python-semantic-release to semantic_release for `…
Browse files Browse the repository at this point in the history
…`install-args``

Signed-off-by: rjdbcm <[email protected]>
  • Loading branch information
rjdbcm committed Aug 4, 2024
1 parent b69ee5c commit fa0d457
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,9 @@ foreach name : namespace
if suite.enabled() and command in module_only
modules += [command.underscorify()] # we should collapse repeated `_`
endif
if command == 'python-semantic-release'
command = 'semantic_release'
endif
flag = disabler()
if (
(get_option('dev').enabled() or suite.enabled())
Expand Down

0 comments on commit fa0d457

Please sign in to comment.