Recent Releases of https://github.com/compwa/actions
https://github.com/compwa/actions - ComPWA actions and shared workflows 2.1.12
⚠️ Enhancements and optimizations
- Download older SymPy cache hits (#131)
- Run
pre-commitandpytestwith colors (#133) - Update SymPy cache on changes to ipynb (#134)
- Require "⬆️ Lock" label for lock upgrades (#142)
⚠️ Changes that may affect behavior
- Download older SymPy cache hits (#131)
🐛 Bug fixes
- Detect if SymPy is installed with
uv export(#132) - Install
tox-uvas tool instead of using--with(#139)
🔨 Maintenance
- Update lock files (#136)
The full changelog as commits can be found here.
- Python
Published by github-actions[bot] 11 months ago
https://github.com/compwa/actions - ComPWA actions and shared workflows 2.1.11
🐛 Bug fixes
- Accept quotation marks in PR description in the lock-upgrade workflow (#130)
🔨 Maintenance
- Bump prefix-dev/setup-pixi from 0.8.1 to 0.8.3 (#129)
The full changelog as commits can be found here.
- Python
Published by github-actions[bot] over 1 year ago
https://github.com/compwa/actions - ComPWA actions and shared workflows 2.1.10
⚠️ Enhancements and optimizations
- Don't update lock files if 'no-lock-upgrade' comment is written in PR description (#128)
⚠️ Changes that may affect behavior
- Tests are now run on Python 3.13 (#127)
The full changelog as commits can be found here.
- Python
Published by github-actions[bot] over 1 year ago
https://github.com/compwa/actions - ComPWA actions and shared workflows 2.1.9
⚠️ Enhancements and optimizations
- Run documentation tests with
tox-uv(#126)
The full changelog as commits can be found here.
- Python
Published by github-actions[bot] over 1 year ago
https://github.com/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
pytestwith specified Python version (#125)
The full changelog as commits can be found here.
- Python
Published by github-actions[bot] over 1 year ago
https://github.com/compwa/actions - ComPWA actions and shared workflows 2.1.7
🐛 Bug fixes
- Set
CODECOV_TOKEN(#123)
The full changelog as commits can be found here.
- Python
Published by github-actions[bot] over 1 year ago
https://github.com/compwa/actions - 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.
- Python
Published by github-actions[bot] over 1 year ago
https://github.com/compwa/actions - ComPWA actions and shared workflows 2.1.5
🐛 Bug fixes
- Run
pre-commitwith repo tags foruv.lock(#120)
The full changelog as commits can be found here.
- Python
Published by github-actions[bot] over 1 year ago
https://github.com/compwa/actions - 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.
- Python
Published by github-actions[bot] over 1 year ago
https://github.com/compwa/actions - 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.
- Python
Published by github-actions[bot] over 1 year ago
https://github.com/compwa/actions - ComPWA actions and shared workflows 2.1.2
⚠️ Enhancements and optimizations
- Add
--no-devflag if using--groupflag (#115)
The full changelog as commits can be found here.
- Python
Published by github-actions[bot] over 1 year ago
https://github.com/compwa/actions - ComPWA actions and shared workflows 2.1.1
🐛 Bug fixes
- Test if
stylegroup exists before runningpre-commitwithuv run --group style(#114)
🖱️ Developer Experience
- Define dev dependencies as dependency groups (#113)
The full changelog as commits can be found here.
- Python
Published by github-actions[bot] over 1 year ago
https://github.com/compwa/actions - ComPWA actions and shared workflows 2.1.0
⚠️ Changes that may affect behavior
- Support dependency groups; switch from
uv run --extratouv run --group(#112)
The full changelog as commits can be found here.
- Python
Published by github-actions[bot] over 1 year ago
https://github.com/compwa/actions - 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.
- Python
Published by github-actions[bot] over 1 year ago
https://github.com/compwa/actions - ComPWA actions and shared workflows 2.0.1
✨ New features
- Automatically update Julia
Manifest.tomlfiles (#110)
The full changelog as commits can be found here.
- Python
Published by github-actions[bot] over 1 year ago
https://github.com/compwa/actions - ComPWA actions and shared workflows 2.0.0
✨ New features
- automatically update
pixi.lock(#106)
⚠️ Enhancements and optimizations
- run all actions with cached
uvoruvx(#101) - determine lock files before workflow runs (#107)
⚠️ API changes
- rename
requirements.ymlworkflow tolock.yml(#99) - run all actions with cached
uvoruvx(#101) - remove separate
taplopre-commit workflow (#108)
⚠️ Changes that may affect behavior
- remove
setup.cfgsupport (#100)
🐛 Bug fixes
- skip
pipconstraint update if no.constraints/(#102) - install additional packages in
pytest(#109)
🔨 Maintenance
- remove
setup.cfgsupport (#100) - define developer environment with
uv(#103)
🖱️ Developer Experience
- show file names in update lock jobs (#104)
- define developer environment with
uv(#103)
The full changelog as commits can be found here.
- Python
Published by github-actions[bot] over 1 year ago
https://github.com/compwa/actions - ComPWA actions and shared workflows 1.4.1
⚠️ Enhancements and optimizations
- run CI on Python 3.12 by default (#87)
- only support Python 3.12 (#90)
- remove
tomldependency (#91) - remove
tomllkitdependency (#93) - use
uvin actions if PyPI dependencies are requires (#94) - update
uv.lockin requirements workflow (#97) - set
FORCE_COLOR(#98)
⚠️ Changes that may affect behavior
- update
uv.lockin requirements workflow (#97)
🐛 Bug fixes
- determine Python versions from
requires-python(#92) - force
uv runon Python 3.12 (#96)
🖱️ Developer Experience
- only support Python 3.12 (#90)
The full changelog as commits can be found here.
- Python
Published by github-actions[bot] over 1 year ago
https://github.com/compwa/actions - ComPWA actions and shared workflows 1.4.0
⚠️ Changes that may affect behavior
- Switch to
macos-14runner (#83) - Switch to
ubuntu-24.04runner (#86)
🐛 Bug fixes
- Set
DISABLE_PRE_COMMIT_UV_PATCH=True(#84)
🔨 Maintenance
- Autoupdate action groups (#82)
The full changelog as commits can be found here.
- Python
Published by github-actions[bot] over 1 year ago
https://github.com/compwa/actions - ComPWA actions and shared workflows 1.3.4
⚠️ Enhancements and optimizations
- Sphinx deprecation warnings are now hidden (#80)
🐛 Bug fixes
- Only store diff if there are file changes (#81)
The full changelog as commits can be found here.
- Python
Published by github-actions[bot] almost 2 years ago
https://github.com/compwa/actions - ComPWA actions and shared workflows 1.3.3
🐛 Bug fixes
- Allow running repos that only define a Tox
docjob (#79)
🔨 Maintenance
- Autoupdate pre-commit hooks (#78)
The full changelog as commits can be found here.
- Python
Published by github-actions[bot] almost 2 years ago
https://github.com/compwa/actions - ComPWA actions and shared workflows 1.3.2
⚠️ Enhancements and optimizations
- The
ComPWA/actions/cache-sympynow also uploads caches under~/.cache/ampformetc. (#76)
⚠️ Changes that may affect behavior
- Tests marked
@pytest.mark.sloware now also run on GitHub Actions (#77)
🖱️ Developer Experience
- Added link to conventional commit message examples in PR linting error message (#75)
The full changelog as commits can be found here.
- Python
Published by github-actions[bot] about 2 years ago
https://github.com/compwa/actions - ComPWA actions and shared workflows 1.3.1
🐛 Bug fixes
- Use
get-pypi-nameaction (#72)
The full changelog as commits can be found here.
- Python
Published by github-actions[bot] over 2 years ago
https://github.com/compwa/actions - ComPWA actions and shared workflows 1.3.0
🐛 Bug fixes
- Remove
pypa/gh-action-pypi-publishaction from reusable workflow (#71)
The full changelog as commits can be found here.
- Python
Published by github-actions[bot] over 2 years ago
https://github.com/compwa/actions - ComPWA actions and shared workflows 1.2.4
⚠️ Enhancements and optimizations
- Show diff of updated constrains files and
.pre-commit-config.yamlbefore push or PR creation (#69 and #70)
The full changelog as commits can be found here.
- Python
Published by github-actions[bot] over 2 years ago
https://github.com/compwa/actions - ComPWA actions and shared workflows 1.2.3
⚠️ Enhancements and optimizations
- Publish Python packages with pypa/gh-action-pypi-publish (#66 and #67)
- Print
uv pip installoutput with color (#68)
The full changelog as commits can be found here.
- Python
Published by github-actions[bot] over 2 years ago
https://github.com/compwa/actions - ComPWA actions and shared workflows 1.2.2
✨ New features
- Make PR linting available as workflow call (#64)
⚠️ Enhancements and optimizations
- Abort requirements PR creation if already existing (#63)
- Only lint PRs if they are open (#65)
The full changelog as commits can be found here.
- Python
Published by github-actions[bot] over 2 years ago
https://github.com/compwa/actions - ComPWA actions and shared workflows 1.2.1
🐛 Bug fixes
- Update
actions/setup-pythonto v5 (#62)
🖱️ Developer Experience
- Add back Dependabot configuration (#62)
The full changelog as commits can be found here.
- Python
Published by github-actions[bot] over 2 years ago
https://github.com/compwa/actions - ComPWA actions and shared workflows 1.2.0
⚠️ Enhancements and optimizations
- Run
pip-installaction withuv(#61)
🖱️ Developer Experience
- Autoupdate pre-commit and dev files (#60)
The full changelog as commits can be found here.
- Python
Published by github-actions[bot] over 2 years ago
https://github.com/compwa/actions - ComPWA actions and shared workflows 1.1.1
📝 Documentation
- Update links to compwa.github.io (#54)
🔨 Maintenance
- Upgrade to
actions/cache@v4(#56) - Update codecov and create PR actions (#58)
The full changelog as commits can be found here.
- Python
Published by github-actions[bot] over 2 years ago
https://github.com/compwa/actions - ComPWA actions and shared workflows 1.1.0
🖱️ Developer Experience
- Default to Python 3.9 in workflows (#53)
The full changelog as commits can be found here.
- Python
Published by github-actions[bot] over 2 years ago
https://github.com/compwa/actions - ComPWA actions and shared workflows 1.0.9
🐛 Bug fixes
- Upload to and download from different artifact names (#52)
The full changelog as commits can be found here.
- Python
Published by github-actions[bot] over 2 years ago
https://github.com/compwa/actions - ComPWA actions and shared workflows 1.0.8
⚠️ Enhancements and optimizations
- Improve PR description for requirements workflow (#51)
🔨 Maintenance
- Update to v4 for
actions/download-artifactandactions/upload-artifact(#50)
The full changelog as commits can be found here.
- Python
Published by github-actions[bot] over 2 years ago
https://github.com/compwa/actions - Release v1.0.7
🖱️ Developer Experience
- Set
PYTHONHASHSEEDinpytestworkflow (#44)
🐛 Bug fixes
- Remove
issue_commenttrigger (#43)
The full changelog as commits can be found here.
- Python
Published by github-actions[bot] over 2 years ago
https://github.com/compwa/actions - ComPWA actions and shared workflows 1.0.6
✨ New features
- Update pip constraints by commenting "update pip constraints" on PRs (#42)
The full changelog as commits can be found here.
- Python
Published by github-actions[bot] over 2 years ago
https://github.com/compwa/actions - Release v1.0.5
⚠️ Enhancements and optimizations
- Add
.gitignorein.constraintsdirectory (#40)
🐛 Bug fixes
- Create
.constraintsdirectory if non-existing (#39) - Set
PRETTIER_LEGACY_CLIwhen Prettier v4 alpha (#41)
The full changelog as commits can be found here.
- Python
Published by github-actions[bot] over 2 years ago
https://github.com/compwa/actions - Release v1.0.4
⚠️ Enhancements and optimizations
- Build packages with PyPI's
build(#38)
🐛 Bug fixes
- Determine if repository is Python package (#35 and #36)
🔨 Maintenance
- Update pre-commit hooks (#32)
- Bump actions/upload-pages-artifact from 1 to 2 (#31)
The full changelog as commits can be found here.
- Python
Published by github-actions[bot] over 2 years ago
https://github.com/compwa/actions - Release v1.0.3
✨ New features
pyproject.tomlis now supported in theComPWA/actions/create-python-version-matrix@v1andComPWA/actions/create-pytest-matrix@v1actions and in theComPWA/actions/.github/workflows/requirements.yml@v1andComPWA/actions/.github/workflows/pytest.yml@v1workflows (#29 and #30)
🐛 Bug fixes
- Artifacts are uploaded with a specific name (#28)
The full changelog as commits can be found here.
- Python
Published by github-actions[bot] almost 3 years ago
https://github.com/compwa/actions - Release v1.0.2
🐛 Bug fixes
- Decativated taplo workflow in case of
taplo-docker(#24) - Removed
namefrom artifact (#26)
🔨 Maintenance
- Bumped peter-evans/create-pull-request from 4 to 5 (#25)
🖱️ Developer Experience
- Do not push to
stablebranch for ComPWA/actions (#22)
The full changelog as commits can be found here.
- Python
Published by github-actions[bot] about 3 years ago
https://github.com/compwa/actions - Release v1.0.1
✨ New features
- Specify for which branch to clean caches (#7)
- Automatically push fixes by
pre-commitif a PR comes from a branch (#14) - Taplo is supported as a pre-commit hook, see also ComPWA/mirrors-taplo (#16 and #21)
- It's now possible to skip installing Python in the
pip-installaction (#18)
🐛 Bug fixes
pipupgrade job is now run on onubuntu-20.04for Python 3.6 (#10)environmentis specified for for page deployment (#11)- Run requirements workflow from workflow dispatch (#13)
- Run
apt-get updatebeforeinstall(#19)
🖱️ Developer Experience
- Autoupdate pre-commit config (#12)
- Bump actions/deploy-pages from 1 to 2 (#17)
- Push to correct major/minor version branches (#20)
The full changelog as commits can be found here.
- Python
Published by redeboer about 3 years ago
https://github.com/compwa/actions - Release v1.0.0
First release! See here for the features that this repository offers!
- Python
Published by redeboer over 3 years ago