mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-02-02 04:32:23 +00:00
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:
parent
0aee9d7342
commit
0a38fb89db
1 changed files with 5 additions and 0 deletions
|
@ -194,6 +194,11 @@
|
||||||
"name": "Forge deployments",
|
"name": "Forge deployments",
|
||||||
"docs": "https://raw.githubusercontent.com/woodpecker-ci/plugin-deployments/main/docs.md",
|
"docs": "https://raw.githubusercontent.com/woodpecker-ci/plugin-deployments/main/docs.md",
|
||||||
"verified": true
|
"verified": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Twine",
|
||||||
|
"docs": "https://gitea.elara.ws/music-kraken/plugin-twine/raw/branch/master/docs.md",
|
||||||
|
"verified": false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue