Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tox-dev/tox
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.50.1
Choose a base ref
...
head repository: tox-dev/tox
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.50.2
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Mar 19, 2026

  1. fix(sdist): include docs/man/tox.1.rst (#3890)

    <!-- Thank you for your contribution!
    
    Please, make sure you address all the checklists (for details on how see
    [development
    documentation](http://tox.readthedocs.org/en/latest/development.html#development))!
    -->
    
    - [ ] ran the linter to address style issues (`tox -e fix`)
    - [x] wrote descriptive pull request text
    - [ ] ensured there are test(s) validating the fix
    - [x] added news fragment in `docs/changelog` folder
    - [ ] updated/extended the documentation
    
    Fixes #3889 (and #3885)
    
    As described in the issues, the sdist is broken without
    `docs/man/tox.1.rst`. Also, I removed the `--sdist` and `--wheel` flags
    from `uv build` since [by
    default](https://docs.astral.sh/uv/reference/cli/#uv-build), uv will
    build the sdist first and then the wheel from it, which would have
    caught this issue
    branchv authored Mar 19, 2026
    Configuration menu
    Copy the full SHA
    ef45bd8 View commit details
    Browse the repository at this point in the history
  2. release 4.50.2

    rahuldevikar committed Mar 19, 2026
    Configuration menu
    Copy the full SHA
    1662c61 View commit details
    Browse the repository at this point in the history
Loading