We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82c5038 commit 84524a8Copy full SHA for 84524a8
.github/workflows/pip.yml
@@ -19,6 +19,8 @@ jobs:
19
20
steps:
21
- uses: actions/checkout@v4
22
+ with:
23
+ submodules: "recursive"
24
25
- uses: actions/setup-python@v5
26
with:
.github/workflows/wheels.yml
@@ -16,7 +16,7 @@ jobs:
16
17
18
- submodules: true
- name: Build SDist
run: pipx run build --sdist
@@ -41,7 +41,7 @@ jobs:
41
42
43
44
45
46
- uses: pypa/cibuildwheel@v2.22
47
0 commit comments