From c7d89a252b5584efd38b6ac741958977833dca16 Mon Sep 17 00:00:00 2001 From: PH Tools Date: Sun, 11 Sep 2022 19:50:31 +0200 Subject: [PATCH] fix(deploy): Update PyPI __token__ --- deploy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy.sh b/deploy.sh index 5a69517..3b07875 100644 --- a/deploy.sh +++ b/deploy.sh @@ -1,4 +1,5 @@ #!/bin/sh + echo "Building distribution" python setup.py sdist bdist_wheel echo "Pushing new version to PyPi"