Conversation
|
Ahh, cool! Once this works I can copy it for NumPy :) Did you need to do anything special with secrets? |
|
I just copied the same that we have been using for the multibuild-based version. The only thing that I think needs to be done is to redirect them to the GITHUB_ENV , e.g., so that they can be used later. |
4793538 to
eb6aa4c
Compare
|
The merged CI is failing with "ls: cannot access './wheelhouse/*.whl': No such file or directory" |
|
I had a small typo above where I used ../wheelhouse instead of just wheelhouse. That code couldn't run until merged so hard to spot. |
|
Nice. I wonder why some of the wheeels (it seems the https://anaconda.org/multibuild-wheels-staging/statsmodels/files |
|
Looks like cibuildwheel doesn't strip debug strings. Running |
|
Might need to manually specify something like |
No description provided.