Bläddra i källkod

Build with PEP 517

Unrud 3 år sedan
förälder
incheckning
d8604becd0
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      .github/workflows/pypi-publish.yml

+ 2 - 2
.github/workflows/pypi-publish.yml

@@ -12,9 +12,9 @@ jobs:
         with:
           python-version: 3.x
       - name: Install build dependencies
-        run: pip install setuptools wheel
+        run: pip install build
       - name: Build
-        run: python setup.py sdist bdist_wheel
+        run: python -m build --sdist --wheel
       - name: Publish to PyPI
         uses: pypa/gh-action-pypi-publish@master
         with: