Skip to content

Changed plugins to rely on pipx + Added readme docs #90

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

RobertoRoos
Copy link

@RobertoRoos RobertoRoos commented Feb 17, 2025

I think the pipx injection is more robust if we're already installing Poetry with pipx.

And I copied the documentation style for options from https://github.com/actions/checkout

An example of usages: https://github.com/DEMCON/twincat-tools/actions/runs/13370258351

Relates to

@RobertoRoos RobertoRoos force-pushed the feature/plugins branch 2 times, most recently from e49e11e to a1b0c0e Compare February 17, 2025 12:51
@RobertoRoos
Copy link
Author

RobertoRoos commented Feb 17, 2025

An example with a run with multiple plugins: https://github.com/DEMCON/twincat-tools/actions/runs/13370735747

Using it like

    - name: Set up Poetry
      uses: RobertoRoos/actions-poetry@feature/plugins
      with:
        poetry-version: "2.1.1"
        poetry-plugins: "['poetry-dynamic-versioning[plugin]', 'poetry-plugin-bundle']"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant