wipacrepo/WIPAC Dev Py Setup

GitHub Action Package for Automating Python-Package Setup

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
modeThe mode to use: PACKAGING - setup packaging files, metadata, etc. for the project PACKAGING_AND_PYPI - PACKAGING, plus additional metadata needed to publish to PyPI yes
python_minMinimum required Python versionyes
python_maxMaximum supported Python version. If not provided, the most recent Python version will be used.no""
package_dirsSpace-separated list of directories to release. If not provided, all packages in the repository's root directory will be used.no""
exclude_dirsSpace-separated list of directories to exclude from release, relative to the repository's root directory.notest tests doc docs resource resources example examples
pypi_nameName of the PyPI packageno""
keywords_commaComma-delimited list of keywords (no quotes)no""
authorAuthor of the package (required if the package is intended to be hosted on PyPI)no""
author_emailEmail of the package author (required if the package is intended to be hosted on PyPI)no""
auto_mypy_optionWhether to auto create/update the `mypy` install option plus its dependenciesnoTrue
git_committer_nameName used for "git config user.name"nogithub-actions
git_committer_emailEmail used for "git config user.email"nogithub-actions@github.com

no outputs