bugfix: change actions/checkout to v4 and add step to fetch tags

This commit is contained in:
Jonathan Teran Carballo
2026-07-29 11:47:00 -03:00
parent c45f065e77
commit dc79ffa399
+5 -4
View File
@@ -8,10 +8,11 @@ jobs:
Publish-to-PyPI:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v6
with:
fetch-tags: true
- name: Checkout
uses: actions/checkout@v4
- name: Fetch tags
run: git fetch --prune --unshallow --tags
- name: Configure git
run: |