The 0.0.3 release failed because of multiple human errors, so these are the fixups that resulted from the learnings.
a) The version number must be set in the pyproject.toml
b) The release.yml workflow was detecting tags with v prefix
c) The release notes were updated to indicate the 0.0.3 failure and now releasing as 0.0.4 instead.
The 0.0.3 release failed because of multiple human errors, so these are the fixups that resulted from the learnings.
a) The version number must be set in the
pyproject.toml
b) Therelease.yml
workflow was detecting tags withv
prefix c) The release notes were updated to indicate the 0.0.3 failure and now releasing as 0.0.4 instead.