Skip to content

Commit 6e80112

Browse files
committed
update reference script
1 parent e69cea5 commit 6e80112

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

steps_to_publish_new_version.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ git tag -a release-$(hatch version) -m "Release v$(hatch version)"
1414
git push origin release-$(hatch version)
1515

1616
# Really build and release it
17+
hatch -e py3.8 build --clean
18+
hatch publish

0 commit comments

Comments
 (0)