Skip to content

Commit

Permalink
update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
segasai committed Apr 24, 2024
1 parent 4983083 commit 7d113eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions make_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ rm -rf dist/
rm -rf build/
rm -rf src/sqlutilpy.egg-info
TMPDIR=`mktemp -d`
cp -r * $TMPDIR
cp -r * .??* $TMPDIR
cd $TMPDIR
python -m build --sdist --wheel
twine check dist/*
twine upload dist/*
rm -rf $TMPDIR
echo "Now execute twine upload $TMPDIR/dist/*"
echo "rm -rf $TMPDIR"

0 comments on commit 7d113eb

Please sign in to comment.