Skip to content

Commit a99a7b2

Browse files
maresbricardoV94
authored andcommitted
Fetch all commits and tags when building sdist
Otherwise the version comes up as "untagged" and the sdist can't be uploaded to PyPI.
1 parent 9ae07ab commit a99a7b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pypi.yml

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v3
2626
with:
27+
fetch-depth: 0
2728
submodules: true
2829

2930
- name: Build SDist

0 commit comments

Comments
 (0)