DudeNr33 / pyinstaller-versionfile

Create a windows versionfile from a simple YAML file that can be used by PyInstaller.
MIT License
40 stars 5 forks source link

support yaml format #18

Closed damnmso closed 1 week ago

damnmso commented 11 months ago

see https://github.com/python-semantic-release/python-semantic-release/issues/706

if yaml would be a supported format, it would be easy to update the version. unfortunately, toml is not supported by semantic release

DudeNr33 commented 9 months ago

Hi @damnmso, sorry for letting this issue go stale. I do not fully understand your request. YAML is already supported. Reading the conversation in the linked issue there was a suggestion to convert TOML to YAML - did it work out for you?