CI job to publish plugins to PyPI #269
Labels
github_actions
Pull requests that update GitHub Actions code
good first issue
Good for newcomers
help wanted
Extra attention is needed
plugins
Pull requests that change or add a plugin
Add a CI job that can be manually triggered to upload a new version of the various plugins (that can be turned into valid wheels) to PyPI. This will require querying PyPI to see what version is published for the plugin, and if the plugin version is set to something newer then publish a new version (corner case: initially, there won't be any version published on PyPI).
Publishing should use the trusted publisher authentication method for PyPI.
The text was updated successfully, but these errors were encountered: