Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PyPIPublishStackProps

Optional props to configure the PyPI publish stack.

Hierarchy

  • PyPIPublishStackProps

Index

Properties

Optional pythonMatrixVersions

pythonMatrixVersions: string[]

List of python versions to run tox with.

default

"3.7", "3.8", "3.9", "3.10"

Optional pythonVersion

pythonVersion: string

Python version to build the package with.

default

"3.8"

Generated using TypeDoc