mirror of
https://github.com/cloudflare/cloudflare-python.git
synced 2026-01-16 23:01:03 +00:00
feat(api): OpenAPI spec update via Stainless API (#1143)
This commit is contained in:
parent
7dff911912
commit
ce967fbd2d
2 changed files with 4 additions and 1 deletions
|
|
@ -1,2 +1,2 @@
|
|||
configured_endpoints: 1353
|
||||
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-eafb9bced08d72d46f483ae6191e926daa22372c7979d6daf21bc384e0eca4e3.yml
|
||||
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-9d34258411bcff464ef352217f0ededb586dde3de998c001564c021d24420d84.yml
|
||||
|
|
|
|||
|
|
@ -3,4 +3,7 @@
|
|||
set -eux
|
||||
mkdir -p dist
|
||||
rye build --clean
|
||||
# Patching importlib-metadata version until upstream library version is updated
|
||||
# https://github.com/pypa/twine/issues/977#issuecomment-2189800841
|
||||
"$HOME/.rye/self/bin/python3" -m pip install 'importlib-metadata==7.2.1'
|
||||
rye publish --yes --token=$PYPI_TOKEN
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue