From cd9459848cde1acd5edf1e0b15b75ada102be71d Mon Sep 17 00:00:00 2001 From: James Ravenscroft Date: Sat, 22 Oct 2022 15:15:14 +0100 Subject: [PATCH] correct the echo into pypirc --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 198b2e6..ec303f2 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}" + - 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 -- 2.40.1