Commit Graph

14 Commits

Author SHA1 Message Date
29d04a25f0 Use Poetry to install wheel and download dependencies in build-deb workflow 2025-04-27 10:57:19 +00:00
bbe5d7f2b1 Fix Python version in setup to 3.10 2025-04-27 10:44:07 +00:00
84800c25a5 Triggers build on main branch changes
Updates workflow to trigger on pushes to the main branch when pyproject.toml is modified, in addition to manual dispatch.

Improves automation by ensuring builds occur for relevant changes.
2025-04-27 10:32:25 +00:00
e58c0897ce Fix repository URL construction in build-deb workflow to use secrets for user authentication 2025-04-27 10:25:48 +00:00
277a16e126 Enhance build-deb workflow to clone packages branch and commit DEB files 2025-04-27 10:20:04 +00:00
ad4ba6e412 Fix wheel2deb installation step by adding missing dependencies 2025-04-27 10:01:35 +00:00
2f3e0d375f Enhance wheel2deb command to include verbose output during DEB conversion 2025-04-27 09:58:21 +00:00
528907fabe Fix pip download destination and update wheel2deb command for improved output 2025-04-27 09:55:29 +00:00
fae19340cc Fix wheel2deb command to use output option for DEB conversion 2025-04-27 09:53:00 +00:00
a57062a3f8 Fix wheel2deb command to specify default option for conversion 2025-04-27 09:47:47 +00:00
cef035329a Adds poetry-plugin-export to Poetry installation step 2025-04-27 09:43:24 +00:00
263c3fac5e Reorders steps in GitHub Actions workflow to ensure environment variables are prepared before checking out the repository 2025-04-26 22:01:30 +02:00
961d182bf7 Refines GitHub Actions workflow for building wheels, improving comments and organization 2025-04-26 21:25:41 +02:00
fb5c3127b5 Adds GitHub Actions workflow for building wheels and updates pyproject.toml for plugin requirements 2025-04-26 21:17:51 +02:00