From c7a31ce559ceed08671371804f09c2104a49244f Mon Sep 17 00:00:00 2001 From: ravenscroftj Date: Sun, 30 Oct 2022 15:55:07 +0000 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index b776aef..7c090b3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -28,7 +28,7 @@ steps: commands: - pip install poetry twine - poetry build - - echo "[distutils]\nindex-servers = gitea\n\n[gitea]\nrepository = ${GITEA_PACKAGE_REPO}\nusername = ${GITEA_OWNER}\npassword = ${GITEA_TOKEN}" > ~/.pypirc + - echo "[distutils]\nindex-servers = gitea\n\n[gitea]\nrepository = $${GITEA_PACKAGE_REPO}\nusername = $${GITEA_OWNER}\npassword = $${GITEA_TOKEN}" > ~/.pypirc - twine upload -r gitea ./dist/*.whl