Skip to content

Windows support #32

Locked Answered by webknjaz
frozencemetery asked this question in Ideas
Discussion options

You must be logged in to vote

Hi, I'd like to upload wheels from Windows

Trust me, you don't really want that.

This is out of the scope of this project and is a discouraged approach in general. The recommended way is to use actions/upload-artifacts and actions/download-artifacts to collect all of the artifacts together and upload them all at the same time (as opposed to uploading on windows when the same version fails on Linux in a parallel job).

Docker-based actions only work on Linux and I chose them because I can control the environment inside. Using JS-based actions would mean either forcing users to pre-setup the proper Python env (huge area for human errors) or mutating the state of the runner VMs potentially …

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by webknjaz
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #32 on September 16, 2020 16:20.