Add status badge and mention comment setting in README
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Elara 2024-04-15 13:39:02 -07:00
parent 67414acfed
commit 65166a840e
1 changed files with 3 additions and 0 deletions

View File

@ -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