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-commit and pytest with 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-uv as 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 pytest with 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-commit with repo tags for uv.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-dev flag if using --group flag (#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 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.

- 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 --extra to uv 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.toml files (#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 uv or uvx (#101)
  • determine lock files before workflow runs (#107)

⚠️ API changes

  • rename requirements.yml workflow to lock.yml (#99)
  • run all actions with cached uv or uvx (#101)
  • remove separate taplo pre-commit workflow (#108)

⚠️ Changes that may affect behavior

  • remove setup.cfg support (#100)

🐛 Bug fixes

  • skip pip constraint update if no .constraints/ (#102)
  • install additional packages in pytest (#109)

🔨 Maintenance

  • remove setup.cfg support (#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 toml dependency (#91)
  • remove tomllkit dependency (#93)
  • use uv in actions if PyPI dependencies are requires (#94)
  • update uv.lock in requirements workflow (#97)
  • set FORCE_COLOR (#98)

⚠️ Changes that may affect behavior

  • update uv.lock in requirements workflow (#97)

🐛 Bug fixes

  • determine Python versions from requires-python (#92)
  • force uv run on 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-14 runner (#83)
  • Switch to ubuntu-24.04 runner (#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 doc job (#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-sympy now also uploads caches under ~/.cache/ampform etc. (#76)

⚠️ Changes that may affect behavior

  • Tests marked @pytest.mark.slow are 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-name action (#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

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.yaml before 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

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-python to 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-install action with uv (#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-artifact and actions/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 PYTHONHASHSEED in pytest workflow (#44)

🐛 Bug fixes

  • Remove issue_comment trigger (#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 .gitignore in .constraints directory (#40)

🐛 Bug fixes

  • Create .constraints directory if non-existing (#39)
  • Set PRETTIER_LEGACY_CLI when 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.toml is now supported in the ComPWA/actions/create-python-version-matrix@v1 and ComPWA/actions/create-pytest-matrix@v1 actions and in the ComPWA/actions/.github/workflows/requirements.yml@v1 and ComPWA/actions/.github/workflows/pytest.yml@v1 workflows (#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 name from artifact (#26)

🔨 Maintenance

  • Bumped peter-evans/create-pull-request from 4 to 5 (#25)

🖱️ Developer Experience

  • Do not push to stable branch 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-commit if 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-install action (#18)

🐛 Bug fixes

  • pip upgrade job is now run on on ubuntu-20.04 for Python 3.6 (#10)
  • environment is specified for for page deployment (#11)
  • Run requirements workflow from workflow dispatch (#13)
  • Run apt-get update before install (#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