Skip to content

Commit f1c4773

Browse files
committed
Update pypi-release.yml to enable tag fetching during checkout
1 parent 525c2ea commit f1c4773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Checkout code
1717
uses: actions/checkout@v4
1818
with:
19-
fetch-depth: 0
19+
fetch-tags: true
2020

2121
- name: Install dependencies
2222
run: |

0 commit comments

Comments
 (0)