From 6079f28faa2a60d00f62b02786f23cd489019cdb Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Mon, 24 Jul 2023 15:26:17 +0100 Subject: [PATCH] Install twine in PyPI publish workflow --- .github/workflows/create-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 142982ffcf1..b80fee36724 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -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