Skip to content

Commit 4d9d8b1

Browse files
committed
publish-to-pypi.yml: checkout with submodules
related to #252
1 parent a4b78e7 commit 4d9d8b1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414
with:
15+
submodules: 'recursive'
1516
persist-credentials: false
1617
- name: Set up Python
1718
uses: actions/setup-python@v5

openeo_driver/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.136.0a3"
1+
__version__ = "0.136.0a4"

0 commit comments

Comments
 (0)