Skip to content

Commit a43351a

Browse files
committed
fix actions/upload-artifact to v4 in workflows
1 parent 113cce6 commit a43351a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
- name: Install build dependencies
127127
run: |
128128
python -m pip install --upgrade pip
129-
pip install build twine
129+
pip install setuptools wheel twine
130130
131131
- name: Build package
132132
run: |

.github/workflows/updater.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
- name: Install build dependencies
124124
run: |
125125
python -m pip install --upgrade pip
126-
pip install build twine
126+
pip install setuptools wheel twine
127127
128128
- name: Build package
129129
run: |

0 commit comments

Comments
 (0)