Test application builds before deployment #177
Labels
cicd
Improvements or additions to CICD
dependencies
Changes to dependencies
feature
New feature or request
The CI pipeline should test builds so that we not accidentally shipping broken builds.
The pyinstaller builds, creating one-directory and one-file builds for Linux/Windows, use the Poetry lock-file to pin the used version. The build for PyPI does not use the lock-file. Hence we can end up with an unexpected untested version, which can break the application without us noticing.
The text was updated successfully, but these errors were encountered: