Skip to content

Commit

Permalink
fix sdist submodule (elalish#709)
Browse files Browse the repository at this point in the history
  • Loading branch information
pca006132 authored Jan 16, 2024
1 parent f147bfc commit b5701d2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,9 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Optional, use if you use setuptools_scm
submodules: true # Optional, use if you have submodules

submodules: recursive
- name: Build SDist
run: pipx run build --sdist

- uses: actions/upload-artifact@v3
with:
path: dist/*.tar.gz
Expand Down

0 comments on commit b5701d2

Please sign in to comment.