Skip to content

Commit 7e1b1e4

Browse files
committed
Pull submodules before building the source distribution
1 parent 4c5b030 commit 7e1b1e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
runs-on: ubuntu-22.04
2828
steps:
2929
- uses: actions/checkout@v3
30+
with:
31+
submodules: true
3032
- name: Build sdist
3133
run: pipx run build --sdist
3234
- uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)