Skip to content

Commit 338edbf

Browse files
authored
Enable fetching tags in PyPI release workflow
1 parent 79b65ab commit 338edbf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/pypi-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
uses: actions/checkout@v4
1818
with:
1919
fetch-depth: 0
20+
fetch-tags: true
2021

2122
- name: 'Set up Python 3.10'
2223
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)