From fcf8736f079607d6609f4461840cb3568c34417f Mon Sep 17 00:00:00 2001 From: s3lph Date: Tue, 25 Jul 2023 03:47:10 +0200 Subject: [PATCH] fix(ci): wheel upload --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index d591826..45458ed 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -40,7 +40,7 @@ pipeline: username = $${GITEA_API_USERNAME} password = $${GITEA_API_PASSWORD} EOF - - python3 -m twine upload --repository gitea *.whl + - python3 -m twine upload --repository gitea dist/*.whl build_debian: image: python:3.11-bookworm