Skip to content

Commit 58ab2ab

Browse files
committed
add github workflow for test-pypi cross-OS wheel builds
1 parent 8172ae3 commit 58ab2ab

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/testpypi-linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
- uses: actions/checkout@v6
1515
with:
1616
persist-credentials: false
17+
submodules: recursive
1718

1819
# Used to host cibuildwheel
1920
- uses: actions/setup-python@v6

.github/workflows/testpypi-macos.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
- uses: actions/checkout@v6
1515
with:
1616
persist-credentials: false
17+
submodules: recursive
1718

1819
# Used to host cibuildwheel
1920
- uses: actions/setup-python@v6

0 commit comments

Comments
 (0)