From 302258ce6ce912b6266d4daf1950152f84ddcec2 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Fri, 27 Oct 2023 13:52:03 -0700 Subject: [PATCH] Fix test upload to use hatch publish --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7095c88..d5c8090 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ upload: verify-tag-version build # Uses twine to upload to test pypi .PHONY: upload-test upload-test: build - $(ENV)/bin/hatch upload --repo test + $(ENV)/bin/hatch publish --repo test # Cleans all build, runtime, and test artifacts .PHONY: clean