Skip to content

v1.9.18

Choose a tag to compare

@pirate pirate released this 22 Mar 10:50
· 295 commits to main since this release
eba8c29

Highlights

This release tightens provider and release automation around real package lifecycle behavior.

  • Simplifies release publishing by removing the separate publish workflow and having the release path publish artifacts directly before creating the GitHub release.
  • Improves CI coverage for provider lifecycle tests, including the environment setup needed for pnpm-backed npm provider flows.
  • Makes NpmProvider set up PNPM_HOME and PATH correctly when pnpm is the resolved installer.

Included Changes

  • removed .github/workflows/publish.yml
  • passed PYPI_PAT_SECRET through the release workflow into bin/release.sh
  • updated bin/release.sh to publish distributions before cutting the release
  • tightened provider tests around update, uninstall, and bootstrap behavior

Artifacts

Attached to this release:

  • source distribution (.tar.gz)
  • universal wheel (.whl)