Skip to content

Commit 604677e

Browse files
committed
Add flag for spring boot 3 for python client publish
Turns out the python client publish GHA has been failing for 3+ weeks, so this change is not tested. A separate ticket has been added to handle this fix. https://broadworkbench.atlassian.net/browse/DR-3455
1 parent 945dfa9 commit 604677e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-python-client.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Build and publish Python 🐍 distributions 📦 to PyPI and TestPyPI
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515
- name: Set up Python 3.7
1616
uses: actions/setup-python@v4
1717
with:
@@ -34,7 +34,7 @@ jobs:
3434
-i src/main/resources/api/data-repository-openapi.yaml \
3535
-g python \
3636
-o data-repo-client \
37-
--additional-properties=projectName=data-repo-client,packageName=data_repo_client,packageVersion=${CURRENT_SEMVER} \
37+
--additional-properties=projectName=data-repo-client,packageName=data_repo_client,packageVersion=${CURRENT_SEMVER},useSpringBoot3=true \
3838
--skip-validate-spec
3939
- name: Install pypa/build
4040
working-directory: ./data-repo-client

0 commit comments

Comments
 (0)