Merge pull request 'bugfix: add fetch tags to checkout step' (#4) from bugfix/fetch-tags-on-checkout into main
Publish to PyPI / Publish-to-PyPI (push) Failing after 11s

Reviewed-on: #4
This commit was merged in pull request #4.
This commit is contained in:
jt
2026-07-18 03:15:50 +00:00
+1
View File
@@ -12,6 +12,7 @@ jobs:
uses: actions/checkout@v7 uses: actions/checkout@v7
with: with:
fetch-depth: 0 fetch-depth: 0
fetch-tags: true
- name: Configure git - name: Configure git
run: | run: |