From 74ee1edb2fbef4d9df32b63499e6c0a4b6a9ae61 Mon Sep 17 00:00:00 2001 From: Manuel Kohler <9592699+kohleman@users.noreply.github.com> Date: Wed, 9 Oct 2024 14:32:51 +0200 Subject: [PATCH] Replaced build module with setup.py dsidt --- .github/workflows/pypi-auto-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pypi-auto-deploy.yml b/.github/workflows/pypi-auto-deploy.yml index 0bcbc15b..b29eb19a 100644 --- a/.github/workflows/pypi-auto-deploy.yml +++ b/.github/workflows/pypi-auto-deploy.yml @@ -17,10 +17,10 @@ jobs: run: >- python3 -m pip install - build + setuptools wheel --user - name: Build a binary wheel and a source tarball - run: python3 -m build + run: python3 setup.py sdist bdist_wheel - name: Store the distribution packages uses: actions/upload-artifact@v4 with: