-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathworkflow.yaml
More file actions
36 lines (36 loc) · 1.04 KB
/
workflow.yaml
File metadata and controls
36 lines (36 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
workflowVersion: 1.0.0
speakeasyVersion: latest
sources:
Glean API:
inputs:
- location: registry.speakeasyapi.dev/glean-el2/sdk/glean-api-specs
output: .speakeasy/glean-merged-spec.yaml
local-debug:
inputs:
- location: .speakeasy/glean-merged-spec.yaml
registry:
location: registry.speakeasyapi.dev/glean-el2/sdk/local-debug
targets:
glean:
target: python
source: Glean API
publish:
pypi:
token: $pypi_token
codeSamples:
registry:
location: registry.speakeasyapi.dev/glean-el2/sdk/glean-api-specs-python-code-samples
labelOverride:
fixedValue: Python (API Client)
blocking: false
testing:
enabled: true
local-debug:
target: python
source: local-debug
codeSamples:
labelOverride:
fixedValue: Python (API Client)
blocking: false
testing:
enabled: true