feat(api): OpenAPI spec update via Stainless API (#1143)

This commit is contained in:
stainless-app[bot] 2024-06-26 09:32:48 +00:00 committed by stainless-bot
parent 7dff911912
commit ce967fbd2d
2 changed files with 4 additions and 1 deletions

View file

@ -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

View file

@ -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