]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
👷 Fix CI, do not attempt to publish `fastapi-slim` (#14958)
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 21 Feb 2026 16:45:15 +0000 (08:45 -0800)
committerGitHub <noreply@github.com>
Sat, 21 Feb 2026 16:45:15 +0000 (16:45 +0000)
.github/workflows/publish.yml

index 2232498cb19fc297e0badb1174af8744e8d1bfd9..58f4f6dd8a2ee1caa50aa77a9603271c692dced3 100644 (file)
@@ -8,11 +8,6 @@ on:
 jobs:
   publish:
     runs-on: ubuntu-latest
-    strategy:
-      matrix:
-        package:
-          - fastapi
-          - fastapi-slim
     permissions:
       id-token: write
       contents: read
@@ -26,14 +21,9 @@ jobs:
         uses: actions/setup-python@v6
         with:
           python-version-file: ".python-version"
-          # Issue ref: https://github.com/actions/setup-python/issues/436
-          # cache: "pip"
-          # cache-dependency-path: pyproject.toml
       - name: Install uv
         uses: astral-sh/setup-uv@v7
       - name: Build distribution
         run: uv build
-        env:
-          TIANGOLO_BUILD_PACKAGE: ${{ matrix.package }}
       - name: Publish
         run: uv publish