From f4f7553048d32143e347f73927695b75687fb7ce Mon Sep 17 00:00:00 2001 From: "Micah D. Gale" Date: Fri, 16 Aug 2024 13:34:10 -0500 Subject: [PATCH] Forgot that files don't persist. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2dad602..d63e523 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,6 +36,7 @@ jobs: - name: install shell: bash run: | + python -m build . pip install build/*.whl do_thing -h