We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1889bbe commit e9a797dCopy full SHA for e9a797d
1 file changed
.github/workflows/deploy.yaml
@@ -67,6 +67,7 @@ jobs:
67
CIBW_TEST_COMMAND: "python -c \"import pyresample; assert 'unknown' not in pyresample.__version__, 'incorrect version found'\""
68
CIBW_TEST_SKIP: "*-win_arm64"
69
CIBW_BUILD_VERBOSITY: 1
70
+ CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: ""
71
72
- name: Upload wheel(s) as build artifacts
73
uses: actions/upload-artifact@v7
0 commit comments