This action allows to publish packages into a gh-pages powered PyPI repository, by default hosted at the action repository.
Notice that the PiPI repository is not really, "private", you need to have a GitHub Enterprise subscription to allow that.
GitHub pages must be enabled at hosting repository, and a deploy key must be created.
- uses: Scriptum-AI-Technology/Repositories@action
with:
# Name of the package
# Required
pkg-name:
# GitHub repository hosting PiPY index
# Optional. Default is ${{ github.action_repository }}
target-repository:
# description: Name of repository hosting PiPY index
# Optional. Default is 'pages'
target-branch:
# SSH key allowed to commit into target repository
# Required
ssh-key: