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/* +