You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To quickly test your config without doing a git push and waiting for your code to build on CI, you can test the Linux build in a Docker container. On Mac or Linux, with Docker running, try cibuildwheel --platform linux. You'll have to bring your config into the current environment first.
Write a script that will collect the environment variables from .github/workflows/build.yml and run this command for local debugging.
The text was updated successfully, but these errors were encountered:
The
cibuildwheel
docs say...Write a script that will collect the environment variables from
.github/workflows/build.yml
and run this command for local debugging.The text was updated successfully, but these errors were encountered: