Skip to content

ci: remove standalone azure and gcp PyPI publish steps#554

Merged
Nelson-PROIA merged 1 commit into
mainfrom
ci/remove-standalone-pypi-publishes
May 25, 2026
Merged

ci: remove standalone azure and gcp PyPI publish steps#554
Nelson-PROIA merged 1 commit into
mainfrom
ci/remove-standalone-pypi-publishes

Conversation

@Nelson-PROIA
Copy link
Copy Markdown
Contributor

@Nelson-PROIA Nelson-PROIA commented May 25, 2026

Summary

The Python release model publishes a single mistralai package to PyPI. That root wheel already bundles the Azure and GCP clients, so the workflow should not attempt to publish mistralai-azure or mistralai-gcp as standalone PyPI projects.

Fix

Remove the standalone Azure and GCP build/publish steps from sdk_publish_mistralai_sdk.yaml, leaving only the bundled mistralai publish path.

Why

Keeping the extra publish steps makes the workflow fail after the real package has already been published, which creates noise and does not match how the package is meant to ship.

The Python release model publishes a single mistralai package to PyPI. That root wheel already bundles the Azure and GCP clients, so the workflow should not attempt to publish mistralai-azure or mistralai-gcp as standalone PyPI projects.

Removing those extra publish steps keeps the workflow aligned with the actual release model and avoids failing after the real package has already been published.
@Nelson-PROIA Nelson-PROIA merged commit 9db6110 into main May 25, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants