mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Install twine in PyPI publish workflow
This commit is contained in:
parent
3d43b9efdb
commit
6079f28faa
2
.github/workflows/create-release.yml
vendored
2
.github/workflows/create-release.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
|||||||
- name: Install build dependencies (pypa/build, twine)
|
- name: Install build dependencies (pypa/build, twine)
|
||||||
run: |
|
run: |
|
||||||
pip install -U pip
|
pip install -U pip
|
||||||
pip install build
|
pip install build twine
|
||||||
|
|
||||||
- name: Build distribution
|
- name: Build distribution
|
||||||
run: python -m build
|
run: python -m build
|
||||||
|
Loading…
Reference in New Issue
Block a user