Skip to content

Commit f9c7d1f

Browse files
committed
cleanup
1 parent 1213b6e commit f9c7d1f

File tree

2 files changed

+0
-101
lines changed

2 files changed

+0
-101
lines changed

.github/workflows/publish-python-sdk.yml

Lines changed: 0 additions & 67 deletions
This file was deleted.

.github/workflows/typecheck.yml

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -17,37 +17,3 @@ jobs:
1717

1818
- name: Run typecheck
1919
run: bun typecheck
20-
21-
# Add later
22-
# python-sdk:
23-
# runs-on: ubuntu-latest
24-
# steps:
25-
# - name: Checkout repository
26-
# uses: actions/checkout@v4
27-
28-
# - name: Setup Bun
29-
# uses: oven-sh/setup-bun@v1
30-
# with:
31-
# bun-version: 1.2.21
32-
33-
# - name: Install dependencies (JS/Bun)
34-
# run: bun install
35-
36-
# - name: Install uv
37-
# shell: bash
38-
# run: curl -LsSf https://astral.sh/uv/install.sh | sh
39-
40-
# - name: Generate Python SDK
41-
# shell: bash
42-
# run: |
43-
# ~/.local/bin/uv run --project packages/sdk/python python packages/sdk/python/scripts/generate.py --source cli
44-
45-
# - name: Sync Python deps
46-
# shell: bash
47-
# run: |
48-
# ~/.local/bin/uv sync --dev --project packages/sdk/python
49-
50-
# - name: Run Python tests
51-
# shell: bash
52-
# run: |
53-
# ~/.local/bin/uv run --project packages/sdk/python pytest -q

0 commit comments

Comments
 (0)