fix: test pypi publish
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
b8b355025d
commit
dbff716cdb
@ -39,6 +39,9 @@ steps:
|
|||||||
environment:
|
environment:
|
||||||
LOGLEVEL: info
|
LOGLEVEL: info
|
||||||
GIT_SSL_NO_VERIFY: 1
|
GIT_SSL_NO_VERIFY: 1
|
||||||
|
REPOSITORY_USERNAME: __token__
|
||||||
|
REPOSITORY_PASSWORD:
|
||||||
|
from_secret: pypi_token
|
||||||
GITEA_TOKEN:
|
GITEA_TOKEN:
|
||||||
from_secret: gitea_token
|
from_secret: gitea_token
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ version_variable = [
|
|||||||
]
|
]
|
||||||
version_source = "commit"
|
version_source = "commit"
|
||||||
branch = "main"
|
branch = "main"
|
||||||
upload_to_pypi = false
|
upload_to_repository=true
|
||||||
upload_to_release = true
|
upload_to_release = true
|
||||||
repository_url = "https://git.grassecon.net/grassrootseconomics/cic-utils"
|
repository_url = "https://git.grassecon.net/grassrootseconomics/cic-utils"
|
||||||
build_command = "pip install poetry && poetry build"
|
build_command = "pip install poetry && poetry build"
|
||||||
|
Loading…
Reference in New Issue
Block a user