Skip to content

Action that setups Python, installs and caches Poetry, and then resolves and caches dependencies using it.

License

Notifications You must be signed in to change notification settings

Privat33r-dev/pymonster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Pymonster

Pymonster is a GitHub action that setups Python, installs and caches Poetry, and then resolves and caches Poetry dependencies.

🤖 Basic Usage

See action.yml

  - name: Setup Python and resolve Poetry dependencies
    uses: Privat33r-dev/pymonster@master
    with:
      python-version: '3.12'
  - name: Custom step
    run: python my_script.py

About

Action that setups Python, installs and caches Poetry, and then resolves and caches dependencies using it.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published