mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
Pin importlib-metadata==7.2.1 in release.yml
This commit is contained in:
parent
581fc75146
commit
85bac4d529
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install setuptools wheel twine
|
||||
pip install setuptools wheel twine importlib-metadata==7.2.1
|
||||
|
||||
- name: Build and publish
|
||||
env:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue