daniperez / vale-python-package

Install 📝 Vale (grammar & style check tool ) in 🐍 Python environments. Package available at 📦 https://pypi.org/project/vale/
MIT License
8 stars 3 forks source link

Fix part of URL for ARM architecture #29

Closed stevepiercy closed 9 months ago

stevepiercy commented 9 months ago

The part of the URL for the architecture should be arm64, instead of arm, per the vale releases page.

Fixes #28.

Thank you for this nice little package. This removes a manual installation step for the Plone documentation team.

daniperez commented 9 months ago

Thanks @stevepiercy ! I must admit I didn't thoroughly test the package for every platform. I'll try to add a Github Action for it, to avoid such problems in the future.

Happy to hear this is useful for other opensource packages!

daniperez commented 9 months ago

(the fix will be available from version 2.30.0, just released)

stevepiercy commented 9 months ago

Wow, that was a quick turnaround! Thank you! 🤗