From 4feddbff78e3b11ddaf58ace536faedd2cebe26f Mon Sep 17 00:00:00 2001 From: Mike Casale <46603283+mikewcasale@users.noreply.github.com> Date: Sat, 14 Dec 2024 12:39:05 -0800 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ae16cbf..e2bb2af 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -41,4 +41,5 @@ jobs: TWINE_REPOSITORY: pypi run: | echo "Using token starting with: ${TWINE_PASSWORD:0:7}..." - python -m twine upload --verbose dist/* \ No newline at end of file + python -m twine upload --verbose dist/* +