Skip to content
This repository was archived by the owner on Dec 21, 2024. It is now read-only.

Commit 6abbfbf

Browse files
author
Zak Zajac
committed
Added typing_extensions to github release action
1 parent b1a143c commit 6abbfbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install dependencies
2222
run: |
2323
python -m pip install --upgrade pip
24-
pip install setuptools wheel twine
24+
pip install setuptools wheel twine typing_extensions
2525
2626
- name: Build and Upload to PyPi
2727
run: |

0 commit comments

Comments
 (0)