diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d63e523..6a0a07a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,8 +36,7 @@ jobs: - name: install shell: bash run: | - python -m build . - pip install build/*.whl + pip install dist/*.whl do_thing -h