File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 23
23
- name : Install dependencies
24
24
run : |
25
25
python -m pip install --upgrade pip
26
- python -m pip install twine setuptools
26
+ python -m pip install twine ' setuptools>=64'
27
27
28
28
- name : Create development release ${{ github.ref_name }}
29
29
env :
Original file line number Diff line number Diff line change 20
20
- name : Install dependencies
21
21
run : |
22
22
python -m pip install --upgrade pip
23
- pip install setuptools twine
23
+ pip install ' setuptools>=64' twine
24
24
- name : Build and upload esptool ${{ github.event.release.tag_name }}
25
25
env :
26
26
TWINE_USERNAME : __token__
Original file line number Diff line number Diff line change 22
22
- name : Install dependencies
23
23
run : |
24
24
python -m pip install --upgrade pip
25
- pip install setuptools
25
+ pip install ' setuptools>=64'
26
26
27
27
- name : SoftHSM2 setup
28
28
run : |
You can’t perform that action at this time.
0 commit comments