Skip to content

Commit db92d70

Browse files
committed
Ensure latest build deps
Signed-off-by: Sylvain Hellegouarch <sh@defuze.org>
1 parent 998d320 commit db92d70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install dependencies
2222
run: |
2323
python -m pip install --upgrade pip
24-
pip install setuptools wheel twine
24+
pip install -U setuptools wheel twine
2525
- name: Build and publish
2626
env:
2727
TWINE_USERNAME: chaostoolkit

0 commit comments

Comments
 (0)