From 1241c361298bbbd423a11d3cf50f4035e5a3477c Mon Sep 17 00:00:00 2001 From: Nelson PROIA Date: Fri, 21 Aug 2026 19:29:01 +0200 Subject: [PATCH] ci: publish with a twine that accepts current wheel metadata The publish step pins an action whose bundled twine predates metadata version 2.5, so it rejects the wheels uv now produces and the release never reaches PyPI. The build is correct; the uploader is behind. The first tag carrying twine 7.0.0 is v1.14.2. The inputs this workflow passes are unchanged there. --- .github/workflows/sdk_publish_mistralai_sdk.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sdk_publish_mistralai_sdk.yaml b/.github/workflows/sdk_publish_mistralai_sdk.yaml index 8d4d3f37..87114d6c 100644 --- a/.github/workflows/sdk_publish_mistralai_sdk.yaml +++ b/.github/workflows/sdk_publish_mistralai_sdk.yaml @@ -42,7 +42,7 @@ jobs: uv build --sdist --wheel --out-dir dist/mistralai - name: Publish mistralai to PyPI - uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13 + uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # v1.14.2 with: packages-dir: dist/mistralai/ print-hash: true