Skip to content

Commit

Permalink
Fetch submodules when building sdist in wheels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarhiggott committed Jun 2, 2021
1 parent 17c70a8 commit a7c2b87
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive

- uses: actions/setup-python@v2
name: Install Python
Expand Down Expand Up @@ -77,4 +79,4 @@ jobs:
with:
user: __token__
password: ${{ secrets.pypi_password }}
# To test: repository_url: https://test.pypi.org/legacy/
# To test: repository_url: https://test.pypi.org/legacy/

0 comments on commit a7c2b87

Please sign in to comment.