From a82117417ed3d27d003ec94474cc9a4bd427b9d8 Mon Sep 17 00:00:00 2001 From: Steven Terrana Date: Wed, 28 Sep 2022 17:08:23 -0400 Subject: [PATCH] init --- Justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Justfile b/Justfile index adb9c49..26cfc4c 100644 --- a/Justfile +++ b/Justfile @@ -46,7 +46,7 @@ release version: # publish the release to pypi source .pypi.env hatch build - hatch release -r test + hatch publish -r main # bump to rc candidate git checkout main