Skip to content

Commit 6e94df0

Browse files
authored
Merge pull request #13 from orq-ai/fix-python-speakeasy-language-target
fix: fix speakeasy build target from typescript to python
2 parents 1e2cfa5 + 5a294b0 commit 6e94df0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.speakeasy/workflow.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ sources:
1313
location: registry.speakeasyapi.dev/orq/orq/orq-ai-sdk-python
1414
targets:
1515
orq-ai-sdk-prerelease-python:
16-
target: typescript
16+
target: python
1717
source: orq-ai-sdk-prerelease-python
1818
output: ./packages/orq-rc
1919
publish:
@@ -24,7 +24,7 @@ targets:
2424
location: registry.speakeasyapi.dev/orq/orq/orq-ai-sdk-prerelease-python-code-samples
2525
blocking: false
2626
orq-ai-sdk-python:
27-
target: typescript
27+
target: python
2828
source: orq-ai-sdk-python
2929
publish:
3030
pypi:

0 commit comments

Comments
 (0)