Skip to content

Commit

Permalink
setuptools-scm wants the whole history, setuptools-scm gets the whole…
Browse files Browse the repository at this point in the history
… history
  • Loading branch information
neggles committed Jul 9, 2024
1 parent cf05cf3 commit 9ee69ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
fetch-tags: true # so setuptools-scm can get the version
fetch-depth: 0 # so setuptools-scm can get the version

- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v5
Expand Down

0 comments on commit 9ee69ac

Please sign in to comment.