Skip to content

Commit 3e65fb2

Browse files
authored
dist: Install twine for releasing to PyPI
1 parent 842f274 commit 3e65fb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: poetry config virtualenvs.in-project true
2727
- name: Install dependencies
2828
run: |
29-
python -m pip install --upgrade pip
29+
python -m pip install --upgrade pip twine
3030
poetry install
3131
- name: Build a wheel
3232
run: poetry build

0 commit comments

Comments
 (0)