Skip to content

docs: clarify GitHub Action pyproject.toml version lookup for Poetry users#5240

Open
pctablet505 wants to merge 1 commit into
psf:mainfrom
pctablet505:fix-4367-poetry-pyproject-docs
Open

docs: clarify GitHub Action pyproject.toml version lookup for Poetry users#5240
pctablet505 wants to merge 1 commit into
psf:mainfrom
pctablet505:fix-4367-poetry-pyproject-docs

Conversation

@pctablet505

Copy link
Copy Markdown

Fixes #4367

Adds a note to the GitHub Actions integration docs that the action only reads version specifiers from standard pyproject.toml locations. Poetry-specific dependency tables like tool.poetry.dependencies are not parsed, so Poetry users should set tool.black.required-version or use the version input.

…users

Add a note that use_pyproject only reads standard pyproject.toml locations
and does not parse Poetry-specific dependency tables.

Fixes psf#4367
@pctablet505

Copy link
Copy Markdown
Author

This is a small docs-only change, so I believe it does not need a changelog entry per the CHANGES.md guidance. Could a maintainer please add the ci: skip news label if agreed?

@pctablet505
pctablet505 marked this pull request as ready for review July 17, 2026 12:47
@JelleZijlstra JelleZijlstra added the ci: skip news Pull requests that don't need a changelog entry. label Jul 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci: skip news Pull requests that don't need a changelog entry.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Error in github actions when using use_pyproject: true

2 participants