Skip to content

Commit 18c7220

Browse files
committed
Fix wheel
1 parent fa0162b commit 18c7220

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
pip install -U setuptools wheel build
5353
- name: Build
5454
run: |
55-
python -m build --sdist --outdir dist/ .
55+
python -m build --wheel --outdir dist/ .
5656
- name: Install
5757
run: |
5858
pip install dist/*
@@ -63,7 +63,7 @@ jobs:
6363
- name: Store sdist
6464
uses: actions/upload-artifact@v2
6565
with:
66-
name: sdist
66+
name: wheel
6767
path: |
6868
dist/*
6969

0 commit comments

Comments
 (0)