From 844a084cd4eed5cbd776e46f5eb1bece6fd8dc96 Mon Sep 17 00:00:00 2001 From: "Micah D. Gale" Date: Fri, 16 Aug 2024 13:36:11 -0500 Subject: [PATCH] It's dist not build. --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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