Browse Source

👷 Fix CI, do not attempt to publish `fastapi-slim` (#14958)

pull/14959/head
Sebastián Ramírez 3 months ago
committed by GitHub
parent
commit
c9455d5400
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 10
      .github/workflows/publish.yml

10
.github/workflows/publish.yml

@ -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

Loading…
Cancel
Save