From 8ff8a3d782ef2c8ef174ced06516f9561a8d200e Mon Sep 17 00:00:00 2001 From: Andreas Maier Date: Wed, 9 Oct 2024 17:18:39 +0200 Subject: [PATCH] Run setuptools-scm in debug mode Signed-off-by: Andreas Maier --- .github/workflows/publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 494e9f6..f5d7169 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -169,11 +169,11 @@ jobs: - name: Display Python packages run: | pip list - - name: Display package version - run: | - python -m setuptools_scm #-------- Publishing of package + - name: Display package version + run: | + SETUPTOOLS_SCM_DEBUG=1 python -m setuptools_scm - name: Build the distribution run: | make build