-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A few questions related to appveyor #22
Comments
Hey there @lelit!
Git isn't used directly by cibuildwheel, so this must be coming from an invocation of git by
That's strange, not something I've seen before. The config looks okay to me, perhaps add some verbosity to that command to see if you can see what's going on.
Windows thinks any output on stderr means the command failed, so that's why it looks bad. Actually the command succeeded so there's no need to worry :). Might be worth logging that as a bug on the twine repo (switching the log messages to stdout on Windows). |
Ok, thank you! |
About the second point, the verbosity was already set to “detailed” in the appveyor's project settings, but that didn't make any difference wrt to what is logged in the console. For example, neither the output of python --version appears in the log. Anyway, I realize this is most probably not related to cibuildwheel, so I will try to understand the issues without boring you :-) |
Trying to get binary wheels built, tested and deployed from ci.appveyor.com, most of the things are going smoothly, except:
fatal: BUG: setup_git_env called without repository
messages in row, each taking as long as a whole minute to appear, just after cibuildwheel starts: is this something related to the tool, some bad setting on my side, or simply something I should not care about?CIBW_TEST_COMMAND
appears in log (see here for the configuration), the command does not seem to be executed (on GNU/Linux the test suite takes several tens of seconds, I cannot believe that Windows can be so much faster 😈), nor it does produce some outputtwine upload
exits with an error, even though it actually uploaded the win32 and win_amd64 wheelsDo you have any hint on how I could solve any of above?
Thank you in advance!
The text was updated successfully, but these errors were encountered: