Skip to content

Commit

Permalink
fix: wheel_recipe.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
iamtalhaasghar committed Sep 11, 2024
1 parent 6a5641c commit 5005c1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wheel_recipe.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# a script to build and upload wheel files on pypi.org
rm -rf dist/
python -m build --sdist
python -m build --wheel
twine upload --verbose dist/*
twine upload --verbose dist/*

0 comments on commit 5005c1a

Please sign in to comment.