Skip to content

Commit

Permalink
include also tarball to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
kccwing authored Oct 7, 2024
1 parent 41a04a8 commit c571ec9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pypi_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,10 @@ jobs:
--user
- name: Install wheel
run: python3 -m pip install wheel --user
- name: Build a binary wheel and a source tarball
run: python3 setup.py bdist_wheel
- name: Build a source tarball
run: python setup.py sdist
- name: Build a binary wheel
run: python3 setup.py bdist_wheel
- name: Find the wheel created during pip install
run:
python3 -m pip cache dir
Expand Down

0 comments on commit c571ec9

Please sign in to comment.