Skip to content

Commit

Permalink
Make sure checkout also fetches tags (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsweger authored Jan 11, 2025
1 parent 87cc812 commit 5be6281
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-pypi-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- name: Checkout 🛎️
uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false

- name: Set up Python 🐍
Expand Down

0 comments on commit 5be6281

Please sign in to comment.