From d994927456dc96b23598b1afb6871fa6220334af Mon Sep 17 00:00:00 2001 From: Caspar van Leeuwen Date: Wed, 2 Oct 2024 17:05:09 +0200 Subject: [PATCH] Print setuptools_scm version --- .github/workflows/automatic_versioning.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/automatic_versioning.yml b/.github/workflows/automatic_versioning.yml index 0d3d3198..0eb31988 100644 --- a/.github/workflows/automatic_versioning.yml +++ b/.github/workflows/automatic_versioning.yml @@ -42,7 +42,7 @@ jobs: python --version python -m pip --version python -c 'import setuptools; print("setuptools", setuptools.__version__)' - python -c 'import setuptools_scm; print("setuptools_scm", setuptools_scm.__version__)' + python -m pip show setuptools_scm | grep Version - name: Download and extract tarball for current commit run: |