Skip to content

Commit e9a797d

Browse files
authored
Disable windows wheel repair
This may not be the right approach but let's see if CI passes
1 parent 1889bbe commit e9a797d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
CIBW_TEST_COMMAND: "python -c \"import pyresample; assert 'unknown' not in pyresample.__version__, 'incorrect version found'\""
6868
CIBW_TEST_SKIP: "*-win_arm64"
6969
CIBW_BUILD_VERBOSITY: 1
70+
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: ""
7071

7172
- name: Upload wheel(s) as build artifacts
7273
uses: actions/upload-artifact@v7

0 commit comments

Comments
 (0)