Skip to content

Commit a2f5b31

Browse files
authored
Merge pull request #171 from jakkdl/install_gitpython
Install gitpython
2 parents cd28072 + 33304fd commit a2f5b31

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)