summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2021-04-19 10:41:21 +0200
committernicolargo <nicolas@nicolargo.com>2021-04-19 10:41:21 +0200
commitd5cd4da07bb79eed68aca1f7e6041c670bbc1596 (patch)
tree8a9c3ca415a859ea68e4102f5e251f2498006500
parent19ea9f6488614d7d49aa7fc483be318922d71fb9 (diff)
Clean build pipeline
-rw-r--r--.github/workflows/build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index f11d2e2b..6255250d 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -36,13 +36,13 @@ jobs:
python-version: 3.9
- name: Create wheels
- run: pip wheel -w wheelhouse .
+ run: python3 setup.py sdist
- name: Upload wheels
uses: actions/upload-artifact@v2
with:
name: wheels
- path: wheelhouse
+ path: dist
linters:
runs-on: ubuntu-latest