Merge pull request #177 from mistralai/speakeasy-sdk-regen-1736937863 #14
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Publish MISTRALAI-SDK | |
permissions: | |
checks: write | |
contents: write | |
pull-requests: write | |
statuses: write | |
"on": | |
push: | |
branches: | |
- main | |
paths: | |
- RELEASES.md | |
- '*/RELEASES.md' | |
jobs: | |
publish: | |
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@v15 | |
with: | |
# We need poetry < 2.0 to avoid the speakeasy run failure. | |
# This was fixed in speakasy v1.467.0 but we're locked at 1.462.2 waiting for other speakeasy fixes. | |
poetry_version: 1.8.5 | |
secrets: | |
github_access_token: ${{ secrets.GITHUB_TOKEN }} | |
pypi_token: ${{ secrets.PYPI_TOKEN }} | |
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }} |