From ee82a3f7ad5d0157937f5c22a3c173058a8b2546 Mon Sep 17 00:00:00 2001 From: cupen Date: Mon, 6 May 2024 12:46:35 +0800 Subject: [PATCH] fix: make publish --- Makefile | 2 +- requirements-dev.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 18a3ba7..d6f3291 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ publish-test: build publish: build - twine upload dist/* + $(python_venv)/bin/twine upload dist/* .PHONY: run-exmaple diff --git a/requirements-dev.txt b/requirements-dev.txt index fb9e026..a8688e7 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,3 +3,4 @@ build mypy pytest pytest-sugar +twine