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: