Skip to content

Commit

Permalink
Remove isolation from sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobkahn authored Jan 30, 2024
1 parent bd569e3 commit ed76b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: echo "BUILD_VERSION=$(python bindings/python/compute_version.py)" >> $GITHUB_ENV

- name: Build sdist
run: pipx run build --sdist --no-isolation
run: pipx run build --sdist

- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit ed76b39

Please sign in to comment.