amruthvvkp / flaui-uiautomation-wrapper

Tool to perform UI Automation on Windows desktop applications using an underlying Fla-UI wrapper.
GNU General Public License v3.0
6 stars 3 forks source link

Add dynamic Poetry version resolver #61

Closed amruthvvkp closed 1 year ago

amruthvvkp commented 1 year ago

Poetry resolves versions from the version parameter of tool.poetry section of pyproject.toml. We would like Poetry to -

  1. Fetch version from Git release tag if it is available on the HEAD - This helps us to simplify PyPI releases through GitHub Actions.
  2. Fetch alpha version from the last Git release tag - This helps us to deploy versioned test package to Test PyPI.