From 65166a840efebfa67d8aa7dbcb9deb9c8dc67fd4 Mon Sep 17 00:00:00 2001 From: Elara6331 Date: Mon, 15 Apr 2024 13:39:02 -0700 Subject: [PATCH] Add status badge and mention comment setting in README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0eb1ef7..bf4e5bf 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,14 @@ # plugin-twine +[![status-badge](https://ci.elara.ws/api/badges/60/status.svg)](https://ci.elara.ws/repos/60) + This is a Drone/Woodpecker plugin for Python's Twine tool. It lets you upload a built python project to a pypi repository. ### Settings - `username`: The username to authenticate to the repository as. (REQUIRED) - `password`: The password to authenticate to the repository with. (REQUIRED) +- `comment`: The comment to include with the distribution file. - `repository_url`: The repository URL to upload the package to. ### Example