Skip to content

mt-actions/setup-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Setup Python Action

  • Sets up the python environment using actions/setup-python@v3
  • Installs poetry
  • Adds a private pypi repository (optional)
  • Installs all the packages using poetry

Inputs

  • python-version: [required]
    • The python version to be used
  • url: [optional]
    • The url of a private pypi repository that should be configured in poetry
  • user: [optional]
    • The username to be used to connect to the private pypi repository
  • password: [optional]
    • The password to be used to connect to the private pypi repository

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published