From 25d63f2aeea77007318ec47791ca54a30378e663 Mon Sep 17 00:00:00 2001 From: pictuga Date: Sun, 5 Dec 2021 16:26:53 +0100 Subject: [PATCH] drone: pypy publish --- .drone.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.drone.yml b/.drone.yml index 5ff7656..60feb85 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,3 +9,16 @@ steps: - isort --check-only --diff . - pip3 install --no-cache-dir .[full] .[dev] - pylint morss --rcfile=.pylintrc --disable=C,R,W --fail-under=8 + +- name: pypy + image: plugins/pypi + settings: + username: + from_secret: pypy_user + password: + from_secret: pypy_pwd + when: + branch: + - master + event: + - push