Skip to content

Commit

Permalink
Fix building source distribution (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Feb 21, 2023
1 parent 8824776 commit b8f0d3b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build-and-upload-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: 'src/ext/uchardet'

- name: Checkout submodules
shell: bash
run: |
git submodule sync --recursive
git submodule update --init --force --recursive --depth=1
- name: Build sdist
run: pipx run build --sdist
Expand Down

0 comments on commit b8f0d3b

Please sign in to comment.