cpmbits / cpmbits/cpm

Develop GitHub action to allow plugin developers to automatically upload plugin

Open
#48 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
11
Forks
2
PR merge metrics
No merged PRs in 30d

Description

Once CPM Hub was properly established, a GitHub action similar to the actions available for PyPi would allow developers to upload plugins as a workflow step. This would be done each time a new release is created:

```yaml
- name: Publish package
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master
with:
user: __token__
password: ${{ secrets.pypi_password }}
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.