Skip to content

build with pyarmor: incorrectly assumes pure wheels #965

Answered by henryiii
nschloe asked this question in Q&A
Discussion options

You must be logged in to vote

I think this is an issue with pyarmor. Does it normally build platform dependent wheels? As far as I can tell, you don't want Python and platform dependent wheels, but only platform dependent wheels? I think you can meddle with the setuptools options for that. Here's an example of meddling with the platform tag: https://github.com/scikit-build/ninja-python-distributions/pull/85/files (not quite the same, but hopefully enough to get you started). You can use build as the backend, by the way:

[tool.cibuildwheel] build-frontend = "build"

Otherwise it just uses pip wheel.

Though I think, since you are not building anything specific to platforms other than... Well, I'm not sure what, then you'…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@nschloe
Comment options

Answer selected by nschloe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants