Skip to content

Commit e751a05

Browse files
committed
Temporary fix github checkout action.
Temporary: before migrating pypi build/publish to each submodules.
1 parent 63b0405 commit e751a05

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/publish-on-pypi.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ jobs:
2020
if: github.event_name == 'push' || github.event_name == 'release'
2121

2222
steps:
23-
- uses: actions/checkout@v4
23+
- name: Checkout
24+
uses: actions/checkout@v4
25+
with:
26+
submodules: 'true'
2427
- name: Set up Python
2528
uses: actions/setup-python@v5
2629
with:

0 commit comments

Comments
 (0)