From 856be36769186d0d954025f7cbafbc9c385331fd Mon Sep 17 00:00:00 2001 From: pictuga Date: Sun, 5 Dec 2021 16:30:59 +0100 Subject: [PATCH] pypi typo --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1958ed8..b26b6d3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,13 +10,13 @@ steps: - isort --check-only --diff . - pylint morss --rcfile=.pylintrc --disable=C,R,W --fail-under=8 -- name: pypy +- name: pypi image: plugins/pypi settings: username: - from_secret: pypy_user + from_secret: pypi_user password: - from_secret: pypy_pwd + from_secret: pypi_pwd when: branch: - master