Skip to content

Releases: kdeldycke/workflows

v4.13.3

29 Jan 07:31
Compare
Choose a tag to compare

Changes

  • Fix uploads of Python packages to GitHub release when binaries are not produced.

🐍 Available on PyPi.

v4.13.2

28 Jan 05:56
Compare
Choose a tag to compare

Changes

  • Fix permission for GitHub release publishing.

🐍 Available on PyPi.

v4.13.1

28 Jan 05:19
Compare
Choose a tag to compare

Changes

  • Fix publishing of GitHub release if no binary artefacts have been produced.

🐍 Available on PyPi.

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.