We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sqlmodel-slim
1 parent 5f79efd commit 8fabd10Copy full SHA for 8fabd10
1 file changed
.github/workflows/publish.yml
@@ -14,11 +14,6 @@ on:
14
jobs:
15
publish:
16
runs-on: ubuntu-latest
17
- strategy:
18
- matrix:
19
- package:
20
- - sqlmodel
21
- - sqlmodel-slim
22
permissions:
23
id-token: write
24
contents: read
@@ -36,7 +31,5 @@ jobs:
36
31
uses: astral-sh/setup-uv@v7
37
32
- name: Build distribution
38
33
run: uv build
39
- env:
40
- TIANGOLO_BUILD_PACKAGE: ${{ matrix.package }}
41
34
- name: Publish
42
35
run: uv publish
0 commit comments