Skip to content

Commit

Permalink
Refactor local_distribution.sh script to remove sdist command
Browse files Browse the repository at this point in the history
  • Loading branch information
LeiWang1999 committed Apr 24, 2024
1 parent 459c517 commit 7839272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maint/scripts/local_distribution.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ if [ -d build ]; then
rm -r build
fi

python setup.py sdist bdist_wheel
python setup.py bdist_wheel

0 comments on commit 7839272

Please sign in to comment.