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