setup-python
setup-python copied to clipboard
Fix: Add `.zip` extension to Windows package downloads for `Expand-Archive` Compatibility
Description:
This pull request addresses compatibility issues on Windows by ensuring that filename for Python and PyPy package downloads explicitly include the .zip
extension. This change allows the Expand-Archive
command to function correctly on Windows self-hosted runners.
Related issue: #819 #904
Check list:
- [ ] Mark if documentation changes are required.
- [x] Mark if tests were added or updated to cover the changes.