Skip to content

Commit 0ccb391

Browse files
committed
don't check typing
1 parent c9961f3 commit 0ccb391

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/publish-to-pypi.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ jobs:
2020
python -m pip install --upgrade pip
2121
python -m pip install build mypy
2222
23-
- name: Check typing
24-
run: |
25-
python -m pip install .
26-
python -m mypy
27-
2823
- name: Build package
2924
run: python -m build
3025

0 commit comments

Comments
 (0)