Semantic release is failing with the following error on CI:
[19:02:12] INFO [util.load_raw_config_file] Loading configuration util.py:79
from pyproject.toml
INFO [config.select_branch_options] Using group config.py:549
'main' options, as '(main|master)' matches
'master'
Error: type object 'Actor' has no attribute 'name_email_regex'
The root cause is captured python-semantic-release/python-semantic-release#1476
And so far we only fixed it in trame-vtklocal hoping an upstream solution will be provided so a proper fix can be provided across trame repositories.
Semantic release is failing with the following error on CI:
The root cause is captured python-semantic-release/python-semantic-release#1476
And so far we only fixed it in trame-vtklocal hoping an upstream solution will be provided so a proper fix can be provided across trame repositories.