Skip to content

Commit

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

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

0 comments on commit cf05cf3

Please sign in to comment.