dbader / schedule

Python job scheduling for humans.
https://schedule.readthedocs.io/
MIT License
11.62k stars 954 forks source link

Missing source distribution for 1.2.2 #627

Closed fryfrog closed 1 month ago

fryfrog commented 1 month ago

Hi,

I maintain the AUR python-schedule package which depends on the source distribution. For some reason it is missing from 1.2.2, but is present in 1.2.1 (and presumably previous ones). Hopefully its an easy fix!

Thanks! :)

Screenshot 2024-06-18 at 9 25 20 AM

Screenshot 2024-06-18 at 9 25 31 AM

SijmenHuizenga commented 1 month ago

Thanks for sharing, and thanks for maintaining the AUR distribution.

I changed the distribution from a source distribution to a pure python wheel. https://github.com/dbader/schedule/commit/82a43db1b938d8fdf60103bd41f329e06c8d3651#diff-9b171ca00cb885ccd9c997cb6f65fbb26d7eae92bf54bd7581b83c4541c156f2L62-R62 and didn't notice the lack of source package. I will see if i can fix that.

SijmenHuizenga commented 1 month ago

even for a pure Python project, you should always upload both an sdist and a wheel to PyPI or other package indices source

I learnt something :)

Source package has been uploaded

https://pypi.org/project/schedule/1.2.2

fryfrog commented 1 month ago

Worked a treat, thanks a bunch. :)