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 "-------"