Skip to content

Commit

Permalink
Switch to python -m build for sdist.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhermes committed Jun 19, 2024
1 parent 49d1a34 commit af8a79d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
env:
BEZIER_NO_EXTENSION: "True"
run: |
python3.12 setup.py sdist
python3.12 -m build --sdist .
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit af8a79d

Please sign in to comment.