Merge pull request 'Update '.drone.yml'' (#5) from ravenscroftj-patch-1 into master
continuous-integration/drone/push Build is failing Details

Reviewed-on: #5
This commit is contained in:
ravenscroftj 2022-10-22 14:58:54 +00:00
commit 431e0fa974
1 changed files with 3 additions and 3 deletions

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