diff --git a/Makefile b/Makefile index 4ddb8b9..162d208 100644 --- a/Makefile +++ b/Makefile @@ -46,4 +46,8 @@ build: .PHONY: upload upload: - uv run twine check $(DIST)/* && uv run twine upload $(DIST)/* \ No newline at end of file + uvx twine check $(DIST)/* && uvx twine upload $(DIST)/* + +.PHONY: upload-test +upload-test: + uvx twine check $(DIST)/* && uvx twine upload -r testpypi $(DIST)/* \ No newline at end of file diff --git a/uv.lock b/uv.lock index 5387c0c..06a07b6 100644 --- a/uv.lock +++ b/uv.lock @@ -20,6 +20,7 @@ dev = [ [package.metadata] [package.metadata.requires-dev] +build = [] dev = [ { name = "coverage-badge", specifier = ">=1.1.2" }, { name = "parameterized", specifier = ">=0.9.0" },