Skip to content

Commit 8c00647

Browse files
authored
install twine (#24)
1 parent 3274bb5 commit 8c00647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
python-version: "3.x"
1919

2020
- name: Install Dependencies
21-
run: python -m pip install --upgrade pip setuptools wheel
21+
run: python -m pip install --upgrade pip setuptools wheel twine
2222

2323
- name: Build sdist
2424
run: |

0 commit comments

Comments
 (0)