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