Skip to content

Commit 08e831f

Browse files
committed
👷 Fix build CI to not attempt to build sqlmodel-slim
1 parent 5f79efd commit 08e831f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ on:
1414
jobs:
1515
publish:
1616
runs-on: ubuntu-latest
17-
strategy:
18-
matrix:
19-
package:
20-
- sqlmodel
21-
- sqlmodel-slim
2217
permissions:
2318
id-token: write
2419
contents: read
@@ -36,7 +31,5 @@ jobs:
3631
uses: astral-sh/setup-uv@v7
3732
- name: Build distribution
3833
run: uv build
39-
env:
40-
TIANGOLO_BUILD_PACKAGE: ${{ matrix.package }}
4134
- name: Publish
4235
run: uv publish

0 commit comments

Comments
 (0)