Skip to content

Scriptum-AI-Technology/Repositories

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

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.

Requirements

GitHub pages must be enabled at hosting repository, and a deploy key must be created.

Usage

- 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:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published