We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc3eb7a commit 710b585Copy full SHA for 710b585
.github/workflows/publish_docs.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: actions/setup-node@v4
23
24
- name: Download Fern
25
- run: npm install -g fern-api
+ run: npm install -g fern-api@latest
26
27
- name: Generate and Publish
28
env:
fern/generators.yml
@@ -10,7 +10,7 @@ groups:
10
- public
11
generators:
12
- name: fernapi/fern-python-sdk
13
- version: 2.14.0-rc0
+ version: 4.3.10
14
output:
15
location: pypi
16
package-name: label-studio-sdk
@@ -55,7 +55,7 @@ groups:
55
56
57
58
- version: 3.10.3
59
60
location: local-file-system
61
path: ../label_studio_sdk
0 commit comments