We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d58d77 commit 974a532Copy full SHA for 974a532
.github/workflows/make_release.yml
@@ -43,6 +43,8 @@ jobs:
43
runs-on: ubuntu-latest
44
steps:
45
- uses: actions/checkout@v4
46
+ with:
47
+ submodules: true
48
- name: Build sdist
49
run: |
50
pip install Cython==3.0.11 setuptools wheel setuptools
0 commit comments