summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/build.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 3fe0ca21..f11d2e2b 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -35,11 +35,8 @@ jobs:
with:
python-version: 3.9
- - name: Install cibuildwheel
- run: pip install cibuildwheel
-
- name: Create wheels
- run: python -m cibuildwheel --output-dir wheelhouse
+ run: pip wheel -w wheelhouse .
- name: Upload wheels
uses: actions/upload-artifact@v2