Releases: ComPWA/actions
Releases · ComPWA/actions
ComPWA actions and shared workflows 2.1.8
⚠️ Enhancements and optimizations
- Avoid actions/setup-python if using astral-sh/setup-uv (#125)
🐛 Bug fixes
- Run
pytest
with specified Python version (#125)
The full changelog as commits can be found here.
ComPWA actions and shared workflows 2.1.7
🐛 Bug fixes
The full changelog as commits can be found here.
ComPWA actions and shared workflows 2.1.6
🖱️ Developer Experience
- update Epic label to include emoji💥 (#122)
The full changelog as commits can be found here.
ComPWA actions and shared workflows 2.1.5
🐛 Bug fixes
- Run
pre-commit
with repo tags for uv.lock
(#120)
The full changelog as commits can be found here.
ComPWA actions and shared workflows 2.1.4
🐛 Bug fixes
- Correct typo in PR for updating lock files (#117)
🔨 Maintenance
- Bump the actions group with 2 updates (#118)
- Update to
astral-sh/setup-uv@v5
(#119)
The full changelog as commits can be found here.
ComPWA actions and shared workflows 2.1.3
🐛 Bug fixes
- Determine dependency group for
pre-commit
(#116)
The full changelog as commits can be found here.
ComPWA actions and shared workflows 2.1.2
⚠️ Enhancements and optimizations
- Add
--no-dev
flag if using --group
flag (#115)
The full changelog as commits can be found here.
ComPWA actions and shared workflows 2.1.1
🐛 Bug fixes
- Test if
style
group exists before running pre-commit
with uv run --group style
(#114)
🖱️ Developer Experience
- Define dev dependencies as dependency groups (#113)
The full changelog as commits can be found here.
ComPWA actions and shared workflows 2.1.0
⚠️ Changes that may affect behavior
- Support dependency groups; switch from
uv run --extra
to uv run --group
(#112)
The full changelog as commits can be found here.
ComPWA actions and shared workflows 2.0.2
⚠️ Changes that may affect behavior
- Only update top-level
Manifest.toml
(#111)
The full changelog as commits can be found here.