We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
twine
1 parent 3274bb5 commit 8c00647Copy full SHA for 8c00647
.github/workflows/release.yaml
@@ -18,7 +18,7 @@ jobs:
18
python-version: "3.x"
19
20
- name: Install Dependencies
21
- run: python -m pip install --upgrade pip setuptools wheel
+ run: python -m pip install --upgrade pip setuptools wheel twine
22
23
- name: Build sdist
24
run: |
0 commit comments