diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4a6d6a86c..3068cdbfb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -450,8 +450,8 @@ jobs: - name: Build distribution run: | - pip install -U setuptools wheel - python setup.py sdist bdist_wheel + pip install -U build + python -m build --sdist --wheel - name: Upload artifacts 📦 uses: actions/upload-artifact@v3