Skip to content

Commit 79e8f2c

Browse files
committed
Update publish-to-pypi.yml
1 parent 6408588 commit 79e8f2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
uses: actions/checkout@v4
1313
with:
1414
persist-credentials: false
15-
- name: Fetch tags
16-
run: git fetch --prune --unshallow --tags
15+
fetch-depth: 0
16+
fetch-tags: true
1717
- name: Set up Python
1818
uses: actions/setup-python@v5
1919
with:

0 commit comments

Comments
 (0)