Skip to content

Commit e4d966f

Browse files
fix(cicd): missing dep in release workflow
1 parent a68fc53 commit e4d966f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
- name: Install dependencies
130130
run: |
131131
python -m pip install --upgrade pip
132-
pip install setuptools wheel twine
132+
pip install setuptools wheel twine mypy==1.18.2
133133
134134
- name: Build sdist
135135
run: |

0 commit comments

Comments
 (0)