We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b467127 commit 8d30fcdCopy full SHA for 8d30fcd
.github/workflows/test-python.yml
@@ -61,3 +61,18 @@ jobs:
61
run: pip install --upgrade pip hatch uv
62
- name: Run Python type checker
63
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
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