diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 93ce31c5..1936a77b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,8 +17,8 @@ jobs: python-version: "3.10" - name: Build wheel and source tarball run: | - pip install wheel - python setup.py sdist bdist_wheel + pip install build + python -m build - name: Publish a Python distribution to PyPI uses: pypa/gh-action-pypi-publish@v1.1.0 with: