8000 Install twine in PyPI publish workflow · sphinx-doc/sphinx@6079f28 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6079f28

Browse files
committed
Install twine in PyPI publish workflow
1 parent 3d43b9e commit 6079f28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install build dependencies (pypa/build, twine)
2929
run: |
3030
pip install -U pip
31-
pip install build
31+
pip install build twine
3232
3333
- name: Build distribution
3434
run: python -m build

0 commit comments

Comments
 (0)
0