Skip to content

Commit

Permalink
uncomment publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
dsinghvi committed Oct 23, 2024
1 parent 2067f6d commit eef1fac
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions fern/apis/api/generators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ groups:
output:
location: pypi
package-name: "vapi_server_sdk"
# token: ${PYPI_TOKEN}
token: ${PYPI_TOKEN}
github:
repository: VapiAI/server-sdk-python
config:
Expand All @@ -31,7 +31,7 @@ groups:
output:
location: npm
package-name: "@vapi/server-sdk"
# token: ${NPM_TOKEN}
token: ${NPM_TOKEN}
github:
repository: VapiAI/server-sdk-typescript
config:
Expand All @@ -48,8 +48,8 @@ groups:
output:
location: maven
coordinate: dev.vapi:server-sdk
# username: ${MAVEN_USERNAME}
# password: ${MAVEN_PASSWORD}
username: ${MAVEN_USERNAME}
password: ${MAVEN_PASSWORD}
github:
repository: VapiAI/server-sdk-java
config:
Expand All @@ -68,10 +68,10 @@ groups:
version: 0.8.2
github:
repository: VapiAI/server-sdk-ruby
# output:
# location: rubygems
# package-name: vapi-server-sdk
# api-key: ${RUBYGEMS_API_KEY}
output:
location: rubygems
package-name: vapi-server-sdk
api-key: ${RUBYGEMS_API_KEY}
config:
clientClassName: Vapi
csharp-sdk:
Expand All @@ -83,7 +83,7 @@ groups:
output:
location: nuget
package-name: Vapi.Net
# api-key: ${NUGET_TOKEN}
api-key: ${NUGET_TOKEN}
config:
namespace: Vapi.Net
client-class-name: VapiClient

0 comments on commit eef1fac

Please sign in to comment.