chronotope / chrono-tz

TimeZone implementations for rust-chrono from the IANA database
Other
228 stars 55 forks source link

Remove `update-tz` GitHub Action #159

Closed pitdicker closed 3 months ago

pitdicker commented 3 months ago

The update-tz was cool but needs some work. Currently it causes a daily failed CI run: https://github.com/chronotope/chrono-tz/actions/runs/8547494024/job/23419757762

Because we need to check the changes anyway to see if they would be a breaking change, and we manually have to increase the version number of chrono-tz and publish a release, I don't think this action gives much benefit.

@djc But if you want to keep it I'll update the script to work again.