Skip to content

Commit b543298

Browse files
authored
fetch tags to version nightly wheels correctly (#790)
1 parent dbcf37b commit b543298

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/wheel.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
- uses: actions/checkout@v4
3232
with:
3333
submodules: true
34+
fetch-depth: 0 # required for version resolution for nightly wheels
3435

3536
- uses: pypa/[email protected]
3637

@@ -46,6 +47,7 @@ jobs:
4647
- uses: actions/checkout@v4
4748
with:
4849
submodules: true
50+
fetch-depth: 0
4951

5052
- uses: actions/setup-python@v5
5153
name: Install Python

0 commit comments

Comments
 (0)