You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ The official GitHub Action for [openapi-python-client](https://github.com/triaxt
5
5
6
6
### `openapi-python-client-version`
7
7
8
-
The version of the openapi-python-client package to use. If unspecified the latest released version will be used.
8
+
The version of the openapi-python-client package to use. If unspecified the latest released version will be used.**Version 2 of this action only supports version 0.9.0+ of the generator. Use version 1 of this action for older versions of the generator.**
9
9
10
10
### `openapi-file`
11
11
@@ -41,7 +41,7 @@ jobs:
41
41
# Use the action to generate a client package
42
42
# This uses all defaults (latest version, openapi.json in the current workspace, no configuration)
43
43
- name: Generate Python Client
44
-
uses: triaxtec/openapi-python-client-action@v1
44
+
uses: triaxtec/openapi-python-client-action@v2
45
45
46
46
# Do something with the generated client (likely publishing it somewhere)
47
47
# Here we assume that the info/title in the openapi document was "example-project"
0 commit comments