Skip to content

Commit

Permalink
🔧 Upgrade setuptools in the deploy step just to be on the save side
Browse files Browse the repository at this point in the history
  • Loading branch information
s-weigand committed Jun 17, 2022
1 parent 3edd7f0 commit 1b2cc3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI_CD_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install -U pip wheel
python -m pip install -U pip wheel 'setuptools>=62.4.0'
- name: Build dist
run: |
python setup.py sdist bdist_wheel
Expand Down

0 comments on commit 1b2cc3d

Please sign in to comment.