From 370021d82a32c93b84487a0ecad01ff8fdaedf19 Mon Sep 17 00:00:00 2001 From: Ian Hunter Date: Sat, 25 Nov 2023 09:03:03 +0000 Subject: [PATCH] Update publish_PyPi.yml Signed-off-by: Ian Hunter --- .github/workflows/publish_PyPi.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish_PyPi.yml b/.github/workflows/publish_PyPi.yml index 1ce9fc8dc..fd90a39db 100644 --- a/.github/workflows/publish_PyPi.yml +++ b/.github/workflows/publish_PyPi.yml @@ -26,9 +26,8 @@ jobs: python-version: '3.x' - name: Install dependencies run: | - sudo apt-get install -y python3-setuptools python -m pip install --upgrade pip - pip install wheel + pip install wheel setuptools make python ls src/python echo "-------" @@ -99,7 +98,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install wheel twine + pip install wheel twine setuptools make python ls src/python echo "-------"