Skip to content

Commit

Permalink
Merge pull request #109 from SR4ven/fix-sdist
Browse files Browse the repository at this point in the history
Checkout submodules in build_sdist
  • Loading branch information
bnjmnp committed Jul 10, 2023
2 parents b82e339 + f2de10c commit 8409c53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive

- name: Build sdist
run: pipx run build --sdist
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive

- name: Build sdist
run: pipx run build --sdist
Expand Down

0 comments on commit 8409c53

Please sign in to comment.