We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cd28072 + 33304fd commit a2f5b31Copy full SHA for a2f5b31
.github/workflows/ci.yml
@@ -68,7 +68,7 @@ jobs:
68
- name: Set up Python 3
69
uses: actions/setup-python@v3
70
- name: Install tools
71
- run: python -m pip install --upgrade build pip setuptools wheel twine
+ run: python -m pip install --upgrade build pip setuptools wheel twine gitpython
72
- name: Upload new release
73
env:
74
TWINE_USERNAME: __token__
0 commit comments