From 57baf7e372910ae52fc8b56f0a73cfac40c3896d Mon Sep 17 00:00:00 2001 From: Luca Date: Sat, 16 Dec 2023 03:45:00 +0100 Subject: [PATCH] ci: fix upload step --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index cad94f1..29d440f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -37,7 +37,7 @@ steps: image: python:3.11-alpine commands: - *path - - twine upload --repository-url https://git.luj0ga.de/api/packages/kontakt/pypi -u '' + - twine upload --repository-url https://git.luj0ga.de/api/packages/kontakt/pypi -u '' dist/* environment: TwINE_PASSWORD: from_secret: repo_token