Skip to content

Commit

Permalink
build both sdist and wheel for upload to pypi (#18356)
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky authored Jul 29, 2024
1 parent 740282a commit bee296a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/upload-pypi-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,7 @@ jobs:

- name: Build source distribution
run: |
# TODO: let poetry do this?
python -m build --sdist --outdir dist .
python -m build --outdir dist .
- name: Upload artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit bee296a

Please sign in to comment.