Skip to content

Commit

Permalink
fetch-depth 0 to see tag history
Browse files Browse the repository at this point in the history
  • Loading branch information
ajjackson committed Dec 11, 2024
1 parent 89fce21 commit 93398bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_upload_pypi_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
- name: Checkout project
uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true

- name: Setup Python ${{ matrix.python-version }}
Expand Down Expand Up @@ -108,6 +109,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true


Expand Down

0 comments on commit 93398bd

Please sign in to comment.