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 9570b68 commit eb37fa0Copy full SHA for eb37fa0
.github/workflows/deploy.yaml
@@ -65,7 +65,7 @@ jobs:
65
CIBW_SKIP: "cp36-* cp37-* cp38-* cp39-* cp310-* pp* *i686 *-musllinux*"
66
CIBW_ARCHS: "${{ matrix.cibw_archs }}"
67
CIBW_TEST_COMMAND: "python -c \"import pyresample; assert 'unknown' not in pyresample.__version__, 'incorrect version found'\""
68
- CIBW_TEST_SKIP: "*-win_arm64 *-macosx_arm64"
+ CIBW_TEST_SKIP: "*-win_arm64"
69
CIBW_BUILD_VERBOSITY: 1
70
71
- name: Upload wheel(s) as build artifacts
0 commit comments