Skip to content

Commit

Permalink
Build PyPi packages with submodules enabled
Browse files Browse the repository at this point in the history
Fixes #195
  • Loading branch information
MarJMue authored Nov 6, 2024
1 parent b9a94a7 commit 0b5df60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 0b5df60

Please sign in to comment.