diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock new file mode 100644 index 0000000..7ed2833 --- /dev/null +++ b/.speakeasy/workflow.lock @@ -0,0 +1,21 @@ +speakeasyVersion: 1.257.1 +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 diff --git a/.speakeasy/workflow.yaml b/.speakeasy/workflow.yaml index 31ef779..1efa515 100644 --- a/.speakeasy/workflow.yaml +++ b/.speakeasy/workflow.yaml @@ -1,4 +1,5 @@ workflowVersion: 1.0.0 +speakeasyVersion: latest sources: my-source: inputs: diff --git a/RELEASES.md b/RELEASES.md index 157b922..c5ed700 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -158,4 +158,14 @@ Based on: ### Generated - [python v0.6.3] . ### Releases +- [PyPI v0.6.3] https://pypi.org/project/plex-api-client/0.6.3 - . + +## 2024-04-18 01:12:48 +### Changes +Based on: +- OpenAPI Doc +- Speakeasy CLI 1.257.1 (2.308.2) https://github.com/speakeasy-api/speakeasy +### Generated +- [python v0.6.3] . +### Releases - [PyPI v0.6.3] https://pypi.org/project/plex-api-client/0.6.3 - . \ No newline at end of file