Skip to content

Commit 9caad5b

Browse files
committed
test building wheel works
1 parent 251a8c8 commit 9caad5b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,15 @@ jobs:
4848
if: ${{ matrix.python-version == '3.14' }}
4949
run: flake8 matplotlib_inline --ignore=E501,W504,W503
5050

51+
- name: Test Build
52+
if: ${{ matrix.python-version == '3.14' }}
53+
run: |
54+
pip install build
55+
python -m build
56+
5157
- name: Install ruff
5258
if: ${{ matrix.python-version == '3.14' }}
53-
run: pip install ruff
59+
run: pip install ruff
5460

5561
- name: Check code with ruff
5662
if: ${{ matrix.python-version == '3.14' }}

0 commit comments

Comments
 (0)