Skip to content

Commit

Permalink
ci: upgrade versions
Browse files Browse the repository at this point in the history
  • Loading branch information
farioas committed Dec 20, 2024
1 parent fc3eb7a commit 710b585
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/setup-node@v4

- name: Download Fern
run: npm install -g fern-api
run: npm install -g fern-api@latest

- name: Generate and Publish
env:
Expand Down
4 changes: 2 additions & 2 deletions fern/generators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ groups:
- public
generators:
- name: fernapi/fern-python-sdk
version: 2.14.0-rc0
version: 4.3.10
output:
location: pypi
package-name: label-studio-sdk
Expand Down Expand Up @@ -55,7 +55,7 @@ groups:
- public
generators:
- name: fernapi/fern-python-sdk
version: 3.10.3
version: 4.3.10
output:
location: local-file-system
path: ../label_studio_sdk
Expand Down

0 comments on commit 710b585

Please sign in to comment.