From d0d9da69e7eb7e39871da2020fbeaee70c1cc3b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20L=C3=B6ffler?= Date: Fri, 22 Sep 2023 19:30:47 +0300 Subject: [PATCH] Fix build --- .github/workflows/python-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index cd5f84d..a428a50 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -28,7 +28,7 @@ jobs: run: | git clean -xdf git restore -SW . - python setup.py sdist + python -m build - name: Check built artifacts run: | python -m twine check --strict dist/*