From brendon at r2c.dev Mon Aug 31 20:17:33 2020 From: brendon at r2c.dev (Brendon Go) Date: Mon, 31 Aug 2020 17:17:33 -0700 Subject: [Wheel-builders] Manylinux + alpine wheel Message-ID: Hi All I'm not sure if this is an appropriate place for this question. Apologies if it isn't. I want to publish a wheel that contains a pre-built binary that works on manylinux and alpine (a different wheel is needed for osx and windows) and was wondering what platform to mark it as so alpine and ubuntu are able to install that wheel when pip installing. Maybe I'm doing something wrong but twine thinks it is a collision when I upload both a manylinux and a linux platform wheel. Thanks! -------------- next part -------------- An HTML attachment was scrubbed... URL: From njs at pobox.com Mon Aug 31 21:57:58 2020 From: njs at pobox.com (Nathaniel Smith) Date: Mon, 31 Aug 2020 18:57:58 -0700 Subject: [Wheel-builders] Manylinux + alpine wheel In-Reply-To: References: Message-ID: Unfortunately, there isn't currently any way to publish pre-built binaries for alpine. On Mon, Aug 31, 2020 at 5:46 PM Brendon Go wrote: > Hi All > > I'm not sure if this is an appropriate place for this question. Apologies > if it isn't. > > I want to publish a wheel that contains a pre-built binary that works on > manylinux and alpine (a different wheel is needed for osx and windows) and > was wondering what platform to mark it as so alpine and ubuntu are able to > install that wheel when pip installing. Maybe I'm doing something wrong but > twine thinks it is a collision when I upload both a manylinux and a linux > platform wheel. > > Thanks! > _______________________________________________ > Wheel-builders mailing list > Wheel-builders at python.org > https://mail.python.org/mailman/listinfo/wheel-builders > -- Nathaniel J. Smith -- https://vorpus.org -------------- next part -------------- An HTML attachment was scrubbed... URL: