From 0001f038a05aabe245df39ccf8d7d39e2fb383da Mon Sep 17 00:00:00 2001 From: Chris Mason <57402469+cmason3@users.noreply.github.com> Date: Mon, 7 Oct 2024 10:52:05 +0100 Subject: [PATCH] Update pypi-release.yml --- .github/workflows/pypi-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi-release.yml b/.github/workflows/pypi-release.yml index 8df930d..5c4f4ff 100644 --- a/.github/workflows/pypi-release.yml +++ b/.github/workflows/pypi-release.yml @@ -19,7 +19,7 @@ jobs: python-version: "3.12" - name: "install wheel" - run: "python -m pip install --user wheel" + run: "python -m pip install --user wheel setuptools" - name: "build distribution" run: "python setup.py sdist bdist_wheel"