Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziosalmi authored Jun 25, 2024
1 parent b909bfa commit 26d90cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install --upgrade setuptools wheel twine importlib_metadata
pip install setuptools wheel twine importlib_metadata==4.8.1 # Use a specific version of importlib_metadata
- name: Build package
run: python setup.py sdist bdist_wheel
Expand Down

0 comments on commit 26d90cf

Please sign in to comment.