mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-30 05:29:53 +00:00
big format
This commit is contained in:
parent
8729edc5e0
commit
1ea3a8eb9b
183 changed files with 2629 additions and 2497 deletions
|
|
@ -3,6 +3,7 @@
|
|||
Automated publishing runs on GitHub Releases.
|
||||
|
||||
Workflow
|
||||
|
||||
- Create a new Release (the tag value becomes the package version)
|
||||
- The `publish-python-sdk` workflow will:
|
||||
- Generate the SDK from OpenAPI (CLI path)
|
||||
|
|
@ -10,9 +11,11 @@ Workflow
|
|||
- Build wheel/sdist and upload to PyPI
|
||||
|
||||
Prerequisites
|
||||
|
||||
- Repository secret: `PYPI_API_TOKEN`
|
||||
|
||||
Manual publish
|
||||
|
||||
```bash
|
||||
# TestPyPI
|
||||
REPOSITORY=testpypi PYPI_TOKEN=$TEST_PYPI_API_TOKEN \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue