From 820bbe118aaece51f1fbaf0f609628d4cefe1947 Mon Sep 17 00:00:00 2001 From: pavelkomarov Date: Mon, 26 Aug 2024 18:11:00 -0700 Subject: [PATCH] seeing if I can access the twine info in release --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fe40098..5a2c42b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,5 +16,5 @@ jobs: echo $TWINE_USERNAME pip install build wheel twine python -m build - twine upload dist/* + twine upload --verbose dist/*