diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c633fe05b..1e65ca3b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -125,7 +125,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install setuptools wheel + pip install setuptools wheel build - name: Create source and wheel dist run: | - python setup.py sdist bdist_wheel + python -m build