mirror of
https://github.com/LukeHagar/plexpy.git
synced 2025-12-06 04:20:52 +00:00
24 lines
628 B
Plaintext
24 lines
628 B
Plaintext
speakeasyVersion: 1.277.0
|
|
sources:
|
|
my-source: {}
|
|
targets:
|
|
plexpy:
|
|
source: my-source
|
|
outLocation: /github/workspace/repo
|
|
workflow:
|
|
workflowVersion: 1.0.0
|
|
speakeasyVersion: latest
|
|
sources:
|
|
my-source:
|
|
inputs:
|
|
- location: https://raw.githubusercontent.com/LukeHagar/plex-api-spec/main/plex-media-server-spec-dereferenced.yaml
|
|
targets:
|
|
plexpy:
|
|
target: python
|
|
source: my-source
|
|
publish:
|
|
pypi:
|
|
token: $PYPI_TOKEN
|
|
codeSamples:
|
|
output: codeSamples.yaml
|