Skip to content

Commit cb1f7bb

Browse files
mergify[bot]cdoern
andauthored
fix: install setuptools-scm in CI (backport #4782) (#4786)
# What does this PR do? without setuptools-scm SETUPTOOLS_SCM_PRETEND_VERSION is ignored, 0.0.0 is used as a version to test.pypi and for all other pkgs. ## Test Plan The build job should show a 0.4.4 version in the `Build Local Package` step <hr>This is an automatic backport of pull request #4782 done by [Mergify](https://mergify.com). Signed-off-by: Charlie Doern <cdoern@redhat.com> Co-authored-by: Charlie Doern <cdoern@redhat.com>
1 parent 9aed526 commit cb1f7bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190

191191
- name: Install build dependencies
192192
if: steps.should-build.outputs.skip != 'true' && matrix.registry == 'pypi'
193-
run: uv pip install --system setuptools wheel build
193+
run: uv pip install --system setuptools setuptools-scm wheel build
194194

195195
# === NODE SETUP (for npm packages) ===
196196
- name: Set up Node.js

0 commit comments

Comments
 (0)