From d5e67878ed7365d750de0ad77920a35a701f450c Mon Sep 17 00:00:00 2001 From: Martin Bubel Date: Mon, 18 Dec 2023 11:48:07 +0100 Subject: [PATCH] actions: fix build job --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 5e86fc88..10c74be9 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -42,6 +42,6 @@ jobs: - name: Build wheel run: | pip install wheel - python setup.py wheel + python setup.py bdist_wheel # TODO: add deploy job