Skip to content

🐛 fix(sdist): include tox.toml in sdist#3063

Merged
gaborbernat merged 1 commit into
pypa:mainfrom
gaborbernat:main
Feb 23, 2026
Merged

🐛 fix(sdist): include tox.toml in sdist#3063
gaborbernat merged 1 commit into
pypa:mainfrom
gaborbernat:main

Conversation

@gaborbernat

Copy link
Copy Markdown
Contributor

The tox.ini to tox.toml migration in #3050 didn't update the build.targets.sdist.include list in pyproject.toml, so tox.toml was missing from published sdist packages. 🐛

Updated the sdist include path from /tox.ini to /tox.toml to match the renamed file.

Fixes #3060

The tox.ini to tox.toml migration in pypa#3050 didn't update the sdist
include list, so tox.toml was missing from published packages.

Fixes pypa#3060
@gaborbernat gaborbernat enabled auto-merge (squash) February 23, 2026 12:29
@gaborbernat gaborbernat disabled auto-merge February 23, 2026 12:29
@gaborbernat gaborbernat merged commit 6d22c9e into pypa:main Feb 23, 2026
53 checks passed
This was referenced Mar 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

sdist is missing tox.toml

1 participant