v1.4.0
tek-githubbot-1010
released this
11 Sep 23:41
·
177 commits
to main
since this release
v1.4.0 (2024-09-11)
Merged Pull Requests
- feat: Enable importing the built package during the
package-build
workflow (#93) - ci: Update the automated release schedule to trigger a patch release on the 4th of every month (#90)
- chore(docker-deps): update python:3.12-alpine docker digest to e0e4d3d in all dependant actions (#89)
- ci: Allow automatic merging of digest updates (#88)
- ci: Automatically approve pre-commit-ci autoupdate PRs (#86)
Added
- Updated the
_reusable-package-build.yml
file to include a step that will test importing the built package to check for any missing dependencies.- IMPORTANT: This workflow now requires the
package-name
input be the python-importable name of the package to be built, e.g.python -c "import package_name"
.
- IMPORTANT: This workflow now requires the
Changed
- Bumped dependency versions.