Skip to content

Commit 8d30fcd

Browse files
committed
Add test for build
1 parent b467127 commit 8d30fcd

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/test-python.yml

+15
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,18 @@ jobs:
6161
run: pip install --upgrade pip hatch uv
6262
- name: Run Python type checker
6363
run: hatch run python:type_check
64+
65+
python-build:
66+
runs-on: ubuntu-latest
67+
steps:
68+
- uses: actions/checkout@v4
69+
- uses: oven-sh/setup-bun@v2
70+
with:
71+
bun-version: latest
72+
- uses: actions/setup-python@v5
73+
with:
74+
python-version: 3.x
75+
- name: Install Python Dependencies
76+
run: pip install --upgrade pip hatch uv
77+
- name: Run Python type checker
78+
run: hatch build -t wheel

0 commit comments

Comments
 (0)