Skip to content

Releases: kdeldycke/workflows

v4.13.0

21 Jan 07:42
Compare
Choose a tag to compare

Changes

  • Generates attestion for Python packages and standalone binaries on release.

🐍 Available on PyPi.

v4.12.0

20 Jan 01:48
Compare
Choose a tag to compare

Changes

  • Let uv choose the appropriate Python version depending on context.
  • Remove dependency on twine and check-wheel-contents.

🐍 Available on PyPi.

v4.11.1

18 Jan 02:45
Compare
Choose a tag to compare

Changes

  • Re-release to build Linux arm64 binaries by default.

🐍 Available on PyPi.

v4.11.0

18 Jan 02:03
Compare
Choose a tag to compare

Changes

  • Use ubuntu-24.04-arm to build Linux binaries for arm64.

🐍 Available on PyPi.

v4.10.1

08 Jan 22:10
Compare
Choose a tag to compare

Changes

  • Re-release with latest gha-utils.

🐍 Available on PyPi.

v4.10.0

08 Jan 21:14
Compare
Choose a tag to compare

Changes

  • Replace unmaintained jsonlint by ESLint.
  • Add new gitignore_exists metadata output.
  • Add node artefacts to the list of default files in .gitignore.

🐍 Available on PyPi.

v4.9.0

27 Dec 10:21
Compare
Choose a tag to compare

Changes

  • Use uv instead of setup-python action to install Python. On all platforms but windows-2019.
  • Remove auto-generated dummy pyproject.toml used to hack setup-python caching.
  • Run all jobs on Python 3.13.
  • Move coverage configuration to pytest invocation.
  • Do not let uv sync operation update the uv.lock file.
  • Depends on released version of mdformat_deflist.

🐍 Available on PyPi.

v4.8.4

22 Nov 14:26
Compare
Choose a tag to compare

Changes

  • Run binaries tests into a shell subprocess.

🐍 Available on PyPi.

v4.8.3

21 Nov 03:49
Compare
Choose a tag to compare

Changes

  • Fix parsing of default timeout.
  • Do not force encoding when running CLI in binary test job.

🐍 Available on PyPi.

v4.8.2

20 Nov 04:22
Compare
Choose a tag to compare

Changes

  • Add a timeout parameter to release workflow test execution.

🐍 Available on PyPi.