Skip to content

Commit

Permalink
Add recursive submodules to pypi packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackerman342 committed Sep 27, 2023
1 parent c93bff3 commit 261b060
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pypi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ jobs:
pypi:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-python@v2
- uses: actions/checkout@v3
with:
submodules: "recursive"
- uses: actions/setup-python@v4
- name: Install dependencies
run: python3 -m pip install --upgrade setuptools wheel
- name: Compile project
Expand Down

0 comments on commit 261b060

Please sign in to comment.