We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27f7c5f commit 540cb14Copy full SHA for 540cb14
1 file changed
.github/workflows/release.yaml
@@ -23,6 +23,8 @@ jobs:
23
steps:
24
- name: Checkout code
25
uses: actions/checkout@v4
26
+ with:
27
+ submodules: recursive
28
29
- name: Build wheel
30
run: |
0 commit comments