Skip to content

Commit 4e68f2a

Browse files
committed
Ensure updated setuptools
Signed-off-by: Sylvain Hellegouarch <[email protected]>
1 parent 7d365ad commit 4e68f2a

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
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install dependencies
1919
run: |
2020
python -m pip install --upgrade pip
21-
pip install setuptools wheel twine
21+
pip install --upgrade setuptools wheel twine
2222
- name: Build and publish
2323
env:
2424
TWINE_USERNAME: chaostoolkit

0 commit comments

Comments
 (0)