Skip to content

Commit f30a4db

Browse files
committed
CI: Fetch history [build wheels]
1 parent 7213bab commit f30a4db

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
runs-on: ubuntu-latest
4141
steps:
4242
- uses: actions/checkout@v3
43+
with:
44+
fetch-depth: 0
4345
- name: Build sdist
4446
run: pipx run build -s
4547
- uses: actions/upload-artifact@v3
@@ -66,6 +68,8 @@ jobs:
6668

6769
steps:
6870
- uses: actions/checkout@v3
71+
with:
72+
fetch-depth: 0
6973

7074
- name: Build wheel(s)
7175
run: pipx run cibuildwheel

0 commit comments

Comments
 (0)