Run sdist when scheduled, but do not upload to scientific-python-nightly-wheels index by radarhere · Pull Request #9248 · python-pillow/Pillow
Alternative to #9244
Normally, our scheduled Wheels jobs update wheels to scientific-python-nightly-wheels - https://github.com/python-pillow/Pillow/actions/runs/18331606908
Our most recent scheduled Wheels jobs did not - https://github.com/python-pillow/Pillow/actions/runs/18437781793
This is because #9239 made 'scientific-python-nightly-wheels-publish' require 'count-dists', which requires 'sdist', but 'sdist' does not run when scheduled.
This PR runs 'sdist' when scheduled, fixing the problem, but does not include the file in the uploads to the scientific-python-nightly-wheels index.