v1.1.1
tek-githubbot-1010
released this
28 Aug 19:58
·
205 commits
to main
since this release
v1.1.1 (2024-08-28)
Merged Pull Requests
- fix: Add a checkout step to make sure the python version can be determined from the pyproject.toml file (#27)
Fixed
- Fixed a bug in the
_reusable-package-testpypi.yml
workflow that prevented the package
installation job from running properly by first performing a checkout of the repository
before trying to read thepyproject.toml
file in the repo to determine the correct Python version to use.