We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d365ad commit 4e68f2aCopy full SHA for 4e68f2a
1 file changed
.github/workflows/release.yaml
@@ -18,7 +18,7 @@ jobs:
18
- name: Install dependencies
19
run: |
20
python -m pip install --upgrade pip
21
- pip install setuptools wheel twine
+ pip install --upgrade setuptools wheel twine
22
- name: Build and publish
23
env:
24
TWINE_USERNAME: chaostoolkit
0 commit comments