Skip to content

Performs steps to get poetry, Python, and Google Artifact Registry configured

Notifications You must be signed in to change notification settings

UWIT-IAM/action-setup-poetry-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Expectations

  • Python project using pyproject.toml
  • Using poetry
  • Executed on a runner with pipx already installed

Example use

    steps:
      ...
      - uses: uwit-iam/action-setup-poetry-project@main
        with:
          credentials: "${{ secrets.MCI_GCLOUD_AUTH_JSON }}"
          enable_private_docker: true
          enable_private_pypi: true

About

Performs steps to get poetry, Python, and Google Artifact Registry configured

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published