Closed Smertig closed 1 year ago
Interesting, thanks for the report! I think change from Array.push
to Array.unshift
should fix it: https://github.com/PyO3/maturin-action/pull/140.
Please try v1.35.2
.
It works like a charm! Thank you for such a great support.
I'm using maturin-action in the following way:
My build fails with the output:
I think the reason is that maturin is being called in this way:
The
--target
option is ignored because it's specified after all the arguments that may contain--
delimiter. When I changed my config to this one:I've got what I expected: