You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: include docs and examples in the sdist tarball (#2289)
The sdists generated by setuptools included the `docs` and `examples`
directories, and they are needed for building docs and running tests using the
sdist.
This change includes these directories in the sdist tarball.
A `test:sdist` task is also added to `Taskfile.yml` which uses the sdists to run
pytest and build docs.
0 commit comments