pypi typo
continuous-integration/drone/push Build is failing Details
continuous-integration/drone Build was killed Details

master
pictuga 2021-12-05 16:30:59 +01:00
parent 397bd61374
commit 856be36769
1 changed files with 3 additions and 3 deletions

View File

@ -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