Skip to content

Commit a5d403e

Browse files
Stop building wheel it's pure source distribution
1 parent 1c3007e commit a5d403e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: .github/workflows/release.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,11 @@ jobs:
1818
pip install
1919
build
2020
--user
21-
- name: Build a binary wheel and a source tarball
21+
- name: Build a source tarball
2222
run: >-
2323
python3 -m
2424
build
2525
--sdist
26-
--wheel
2726
--outdir dist/
2827
- name: Publish distribution 📦 to PyPI
2928
if: startsWith(github.ref, 'refs/tags')

0 commit comments

Comments
 (0)