Releases: kdeldycke/workflows
Releases · kdeldycke/workflows
v4.13.3
v4.13.2
v4.13.1
Changes
- Fix publishing of GitHub release if no binary artefacts have been produced.
v4.13.0
Changes
- Generates attestion for Python packages and standalone binaries on release.
v4.12.0
Changes
- Let
uv
choose the appropriate Python version depending on context. - Remove dependency on
twine
andcheck-wheel-contents
.
v4.11.1
v4.11.0
v4.10.1
v4.10.0
Changes
- Replace unmaintained
jsonlint
by ESLint. - Add new
gitignore_exists
metadata output. - Add
node
artefacts to the list of default files in.gitignore
.
v4.9.0
Changes
- Use
uv
instead ofsetup-python
action to install Python. On all platforms butwindows-2019
. - Remove auto-generated dummy
pyproject.toml
used to hacksetup-python
caching. - Run all jobs on Python 3.13.
- Move coverage configuration to pytest invocation.
- Do not let
uv sync
operation update theuv.lock
file. - Depends on released version of
mdformat_deflist
.