Skip to content

Commit

Permalink
build wheel from sdist, not src
Browse files Browse the repository at this point in the history
  • Loading branch information
bjlittle committed Apr 20, 2023
1 parent e48ea5e commit 2130004
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ jobs:
- name: "building"
shell: bash
run: |
# require build with explicit --sdist and --wheel in order to
# get correct version associated with sdist and bdist artifacts
pipx run build --sdist --wheel
pipx run build
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 2130004

Please sign in to comment.