summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2021-04-19 10:32:22 +0200
committernicolargo <nicolas@nicolargo.com>2021-04-19 10:32:22 +0200
commit19ea9f6488614d7d49aa7fc483be318922d71fb9 (patch)
treea948c673e6c7f41574f5341b556867b756b26918
parente9e634f37248870a355419f4c96639573d081fb2 (diff)
Clean build pipeline
-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