Skip to content

Commit fc937ca

Browse files
authored
Update publish.yml
1 parent d5fdd4e commit fc937ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ jobs:
1111
- uses: actions/checkout@v3
1212
with:
1313
fetch-depth: 0 # Required for setuptools_scm to determine version
14-
14+
- name: Fetch tags
15+
run: git fetch --tags
1516
- name: Set up Python
1617
uses: actions/setup-python@v4
1718
with:

0 commit comments

Comments
 (0)