Skip to content

Commit

Permalink
disable shallow clones and enable tag fetching for versioneer
Browse files Browse the repository at this point in the history
  • Loading branch information
dwr-psandhu committed Dec 20, 2024
1 parent 3fd08fa commit 997533a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/buildwheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0 # Shallow clones should be disabled for versioneer
fetch-tags: true # Required for versioneer

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

0 comments on commit 997533a

Please sign in to comment.