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
Showing only changes of commit c859b37451 - Show all commits

View File

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