astariul / github-hosted-pypi

Your own private PyPi index, github-hosted
https://astariul.github.io/github-hosted-pypi/
MIT License
172 stars 5 forks source link

Use `workflow_dispatch` instead of issues #52

Closed astariul closed 2 years ago

astariul commented 2 years ago

Using issues is not a clean way to start the workflow.

This PR modify this behavior to instead use workflow_dispatch, so that the user can modify/register/delete package from the Actions tab, with a cleaner form.

Fix #51