Skip to content

Commit e26173d

Browse files
committed
Fetch tags when checking out repo in GH action.
This will hopefully be enough for `setuptools-scm` to create the version string.
1 parent 34dd080 commit e26173d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99

1010
steps:
1111
- uses: actions/checkout@v4
12+
with:
13+
fetch-tags: true
1214
- name: Set up Python
1315
uses: actions/setup-python@v5
1416
with:

0 commit comments

Comments
 (0)