Skip to content

Commit

Permalink
moving to hatch from twine
Browse files Browse the repository at this point in the history
  • Loading branch information
raamana committed Apr 10, 2024
1 parent 99624ba commit 97ef3e8
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions cmd2pkg
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
rm -rf dist mrQA.egg-info
#!/bin/bash

python setup.py sdist bdist_wheel

twine upload dist/*
rm -rf dist

hatch build

hatch publish

git push --tags
git push --follow-tags

rm -rf dist

echo "----"
echo "deleting temp folders"
rm -rf dist mrQA.egg-info

0 comments on commit 97ef3e8

Please sign in to comment.