Skip to content

Commit

Permalink
Stop building wheel it's pure source distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-duponchelle committed Jun 3, 2023
1 parent 1c3007e commit a5d403e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,11 @@ jobs:
pip install
build
--user
- name: Build a binary wheel and a source tarball
- name: Build a source tarball
run: >-
python3 -m
build
--sdist
--wheel
--outdir dist/
- name: Publish distribution 📦 to PyPI
if: startsWith(github.ref, 'refs/tags')
Expand Down

0 comments on commit a5d403e

Please sign in to comment.