From b4ddb4b0b5159f9fcbb2e111ae7ae4a612b144d9 Mon Sep 17 00:00:00 2001 From: Luca Sbardella Date: Sun, 24 Mar 2024 13:59:19 +0000 Subject: [PATCH] release --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0942628..f3104b9 100644 --- a/Makefile +++ b/Makefile @@ -33,8 +33,8 @@ test: ## Test with python 3.8 with coverage @poetry run pytest -x -v --cov --cov-report xml .PHONY: publish -publish: ## Release to pypi and github tag - @poetry publish --build -u lsbardel -p $(PYPI_PASSWORD) +publish: ## Release to pypi + @poetry publish --build -u __token__ -p $(PYPI_TOKEN) .PHONY: notebook notebook: ## Run Jupyter notebook server