fix: test pypi publish
continuous-integration/drone/push Build is passing Details

This commit is contained in:
William Luke 2022-02-25 10:13:27 +03:00
parent b8b355025d
commit dbff716cdb
2 changed files with 4 additions and 1 deletions

View File

@ -39,6 +39,9 @@ steps:
environment:
LOGLEVEL: info
GIT_SSL_NO_VERIFY: 1
REPOSITORY_USERNAME: __token__
REPOSITORY_PASSWORD:
from_secret: pypi_token
GITEA_TOKEN:
from_secret: gitea_token

View File

@ -30,7 +30,7 @@ version_variable = [
]
version_source = "commit"
branch = "main"
upload_to_pypi = false
upload_to_repository=true
upload_to_release = true
repository_url = "https://git.grassecon.net/grassrootseconomics/cic-utils"
build_command = "pip install poetry && poetry build"