Releases: ComPWA/actions
Releases · ComPWA/actions
Release v1.0.5
Release v1.0.4
Release v1.0.3
✨ New features
pyproject.toml
is now supported in theComPWA/actions/create-python-version-matrix@v1
andComPWA/actions/create-pytest-matrix@v1
actions and in theComPWA/actions/.github/workflows/requirements.yml@v1
andComPWA/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.
Release v1.0.2
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 onubuntu-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
beforeinstall
(#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.
Release v1.0.0
First release! See here for the features that this repository offers!