Skip to content

Commit 33304fd

Browse files
committed
install gitpython for release CI
1 parent cd28072 commit 33304fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: Set up Python 3
6969
uses: actions/setup-python@v3
7070
- name: Install tools
71-
run: python -m pip install --upgrade build pip setuptools wheel twine
71+
run: python -m pip install --upgrade build pip setuptools wheel twine gitpython
7272
- name: Upload new release
7373
env:
7474
TWINE_USERNAME: __token__

0 commit comments

Comments
 (0)