You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it would be nice if not only python and yaml toml are supported, but also toml yaml.
i use jenkins that calls python semantic release to get the next version. this version should be updated in the metadata.tomlmetadata.yaml which is used by pyinstaller-versionfile that creates the metadata for the exe file that is produced by pyinstaller. unfortunately, pyinstaller-versionfile can only work with toml yaml.
Use cases
List some reasons this would be useful.
see above
Possible implementation
Describe any ideas you have for how this could work.
see above