Skip to content

Commit b5b0b38

Browse files
committed
Remove debug
1 parent 2bbdf56 commit b5b0b38

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/dist.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -150,18 +150,6 @@ jobs:
150150
working-directory: tests
151151
run: python -m pip --disable-pip-version-check install -r requirements.txt
152152

153-
- name: Build wheel
154-
working-directory: tests/cpp/sw-test-base
155-
run: python -m build -n
156-
env:
157-
SEMIWRAP_SKIP_PYI: 1
158-
159-
- name: Upload build artifacts
160-
uses: actions/upload-artifact@v4
161-
with:
162-
name: test-dist
163-
path: tests/cpp/sw-test-base/dist
164-
165153
- name: Test wheel
166154
working-directory: tests
167155
run: python run_tests.py

0 commit comments

Comments
 (0)