Install twine in PyPI publish workflow

This commit is contained in:
Adam Turner 2023-07-24 15:26:17 +01:00
parent 3d43b9efdb
commit 6079f28faa

View File

@ -28,7 +28,7 @@ jobs:
- name: Install build dependencies (pypa/build, twine)
run: |
pip install -U pip
pip install build
pip install build twine
- name: Build distribution
run: python -m build