Update '.drone.yml' #5

Merged
ravenscroftj merged 1 commits from ravenscroftj-patch-1 into master 2022-10-22 15:58:56 +01:00
1 changed files with 3 additions and 3 deletions

View File

@ -20,11 +20,11 @@ steps:
image: python:3.7
environment:
GITEA_PACKAGE_REPO:
from_secret: gitea_package_repo
from_secret: GITEA_PACKAGE_REPO
GITEA_OWNER:
from_secret: gitea_owner
from_secret: GITEA_OWNER
GITEA_TOKEN:
from_secret: gitea_token
from_secret: GITEA_TOKEN
commands:
- pip install poetry twine
- poetry build