Skip to content

Commit

Permalink
Merge pull request #20 from kclowes/fix-maturin-publish-cmd
Browse files Browse the repository at this point in the history
Remove --sdist flag from maturin publish command
  • Loading branch information
kclowes authored Nov 27, 2023
2 parents b5368eb + 439ad80 commit 65f9a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,4 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
env:
MATURIN_PASSWORD: ${{ secrets.PYPI }}
run: maturin publish --sdist --username __token__ --interpreter python
run: maturin publish --username __token__ --interpreter python

0 comments on commit 65f9a01

Please sign in to comment.