Skip to content

Commit

Permalink
Print setuptools_scm version
Browse files Browse the repository at this point in the history
  • Loading branch information
Caspar van Leeuwen committed Oct 2, 2024
1 parent f65374e commit d994927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automatic_versioning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit d994927

Please sign in to comment.