Skip to content

Commit 6fc2ef0

Browse files
authored
ci: narrow publish trigger to root RELEASES.md only (mistralai#552)
The publish workflow builds a single bundled mistralai wheel from root pyproject.toml that includes the sub-packages as source. Only the root RELEASES.md changing reflects a new release. Sub-package RELEASES.md changes (packages/azure, packages/gcp) shouldn't trigger publish runs since they don't produce a new wheel.
1 parent 79e10e1 commit 6fc2ef0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sdk_publish_mistralai_sdk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313
branches:
1414
- main
1515
paths:
16-
- "**/RELEASES.md"
16+
- RELEASES.md
1717
jobs:
1818
publish:
1919
name: Publish Python SDKs to PyPI

0 commit comments

Comments
 (0)