From ef270ab436bddb437f8de122085bcf26dc9ad904 Mon Sep 17 00:00:00 2001 From: Helder Eijs Date: Wed, 27 Dec 2023 23:45:07 +0100 Subject: [PATCH] Update wheels action --- .github/workflows/wheels.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index eb522445..0a9c67ef 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -18,7 +18,9 @@ jobs: python-version: '3.x' - name: Build source package (.tar.gz) - run: python setup.py sdist + run: | + python -m pip install setuptools + python setup.py sdist - uses: actions/upload-artifact@v3 with: