Skip to content

Commit

Permalink
Update build-main.yml importlib_metadata==7.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
russell-inorbit committed Jun 25, 2024
1 parent 295fc3d commit c511631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel
pip install setuptools wheel importlib_metadata==7.2.1
- name: Build Package
run: |
python setup.py sdist bdist_wheel
Expand Down

0 comments on commit c511631

Please sign in to comment.