Skip to content

Commit

Permalink
FIX skip building wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdoc committed Feb 3, 2022
1 parent 3ea840e commit 14eaead
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish_to_pypi.yml
Expand Up @@ -15,12 +15,11 @@ jobs:
python -m
pip install
build
- name: Build a binary wheel and a source tarball
- name: Build a source tarball
run: >-
python -m
build
--sdist
--wheel
--outdir dist/
- name: Publish distribution to PyPI
if: startsWith(github.ref, 'refs/tags')
Expand Down

0 comments on commit 14eaead

Please sign in to comment.