From db915f92d4eedfb05311c47ff6f7328ae0af673b Mon Sep 17 00:00:00 2001 From: Jeff Kent Date: Sun, 30 Jun 2024 13:58:38 -0500 Subject: [PATCH] Update github-deploy.yml --- .github/workflows/github-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-deploy.yml b/.github/workflows/github-deploy.yml index 0790523..ca46f5e 100644 --- a/.github/workflows/github-deploy.yml +++ b/.github/workflows/github-deploy.yml @@ -27,7 +27,7 @@ jobs: run: python -m pip install cibuildwheel==2.19.1 - name: Build wheels - run: python -m cbuildwheel --output-dir wheelhouse + run: python -m cibuildwheel --output-dir wheelhouse - uses: actions/upload-artifact@v4 with: