We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd86999 commit 4b347e6Copy full SHA for 4b347e6
.github/workflows/build_wheels.yml
@@ -21,6 +21,8 @@ jobs:
21
- name: Checkout repository
22
uses: actions/checkout@v4
23
with:
24
+ fetch-depth: 0
25
+ fetch-tags: true
26
submodules: recursive
27
28
- name: Build source distribution
@@ -42,6 +44,8 @@ jobs:
42
44
43
45
46
47
48
49
50
51
- name: Build wheels
0 commit comments