Add Twine plugin (#3619)

This PR adds my plugin for the [Twine](https://github.com/pypa/twine/)
tool. It lets users upload python projects to PyPi.
This commit is contained in:
Elara 2024-04-15 22:43:10 -07:00 committed by GitHub
parent 0aee9d7342
commit 0a38fb89db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -194,6 +194,11 @@
"name": "Forge deployments",
"docs": "https://raw.githubusercontent.com/woodpecker-ci/plugin-deployments/main/docs.md",
"verified": true
},
{
"name": "Twine",
"docs": "https://gitea.elara.ws/music-kraken/plugin-twine/raw/branch/master/docs.md",
"verified": false
}
]
}