Skip to content

Commit

Permalink
fix: enable publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Fredin committed Apr 10, 2024
1 parent 79ebd7b commit 17940ca
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions fern/apis/api/generators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ groups:
generators:
- name: fernapi/fern-python-sdk
version: 0.11.9
# output:
# location: pypi
# package-name: "octoai"
# token: ${PYPI_TOKEN}
output:
location: pypi
package-name: "octoai"
token: ${PYPI_TOKEN}
github:
repository: octoml/octoai-python-sdk-fern
mode: pull-request
Expand All @@ -20,10 +20,10 @@ groups:
generators:
- name: fernapi/fern-typescript-node-sdk
version: 0.12.9
# output:
# location: npm
# package-name: "@octoai/octoai-node-client"
# token: ${NPM_TOKEN}
output:
location: npm
package-name: "@octoai/sdk"
token: ${NPM_TOKEN}
github:
repository: octoml/octoai-typescript-sdk-fern
mode: pull-request
Expand Down
2 changes: 1 addition & 1 deletion fern/fern.config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"organization": "octoai",
"version": "0.19.9"
"version": "0.19.21"
}

0 comments on commit 17940ca

Please sign in to comment.