Update '.drone.yml' #5
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue