Skip to content

Commit

Permalink
Run setuptools-scm in debug mode
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <[email protected]>
  • Loading branch information
andy-maier committed Oct 9, 2024
1 parent cc802f2 commit 8ff8a3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8ff8a3d

Please sign in to comment.