Skip to content

Commit

Permalink
Remove sdist from build upload
Browse files Browse the repository at this point in the history
  • Loading branch information
utkarsh867 committed Mar 22, 2023
1 parent 4ee1678 commit a02acee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
env:
MATURIN_PYPI_TOKEN: ${{ secrets.MATURIN_PYPI_TOKEN }}
run: |
maturin publish -i python --universal2
maturin publish -i python --no-sdist --universal2

0 comments on commit a02acee

Please sign in to comment.