Skip to content

nodejs-wheel-binaries: pin the wheel version to avoid a setuptools_scm dev version - #1932

Open
luhenry wants to merge 1 commit into
mainfrom
nodejs-wheel-binaries
Open

luhenry wants to merge 1 commit into
mainfrom
nodejs-wheel-binaries

Conversation

@luhenry

@luhenry luhenry commented Sep 14, 2026

Copy link
Copy Markdown
Member
  • Package: nodejs-wheel-binaries

The riscv64 OpenSSL patch (adding --openssl-no-asm to Node's configure) leaves the checkout dirty relative to the v24.19.0 tag. Upstream uses setuptools_scm via scikit-build-core for dynamic versioning, so a dirty tree produced a bumped, dev-suffixed local version on every publish so far (24.19.1.dev0+g0a3c599f0.d20260907/.d20260908) instead of the clean 24.19.0.

Fix: add CIBW_ENVIRONMENT: SETUPTOOLS_SCM_PRETEND_VERSION=... (this workflow previously set no CIBW_ENVIRONMENT at all).

License: OK, unchanged.

…m dev version

The riscv64 OpenSSL patch leaves the checkout dirty relative to the
v24.19.0 tag; without SETUPTOOLS_SCM_PRETEND_VERSION, setuptools_scm (via
scikit-build-core) computes the version from git state and produces a
dev-suffixed local version instead of the clean 24.19.0 (published so
far: 24.19.1.dev0+g0a3c599f0.d20260907/d20260908).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant