This repository was archived by the owner on Jun 27, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 steps :
3737 - uses : actions/checkout@master
3838 - uses : actions/setup-python@master
39+ - run : echo '::add-matcher::.github/problem-matchers/gcc.json'
40+ if : matrix.os == 'macos-12' || matrix.os == 'ubuntu-22.04'
41+ - run : echo '::add-matcher::.github/problem-matchers/msvc.json'
42+ if : matrix.os == 'windows-2022'
43+
3944 - uses : pypa/cibuildwheel@v2.16.2
4045 with :
4146 output-dir : dist
6267 steps :
6368 - uses : actions/checkout@master
6469 - uses : actions/setup-python@master
70+ - run : echo '::add-matcher::.github/problem-matchers/gcc.json'
71+ if : matrix.os == 'macos-12' || matrix.os == 'ubuntu-22.04'
72+ - run : echo '::add-matcher::.github/problem-matchers/msvc.json'
73+ if : matrix.os == 'windows-2022'
74+
6575 - uses : pypa/cibuildwheel@v2.16.2
6676 with :
6777 output-dir : dist
8898 steps :
8999 - uses : actions/checkout@master
90100 - uses : actions/setup-python@master
101+ - run : echo '::add-matcher::.github/problem-matchers/gcc.json'
102+ if : matrix.os == 'macos-12' || matrix.os == 'ubuntu-22.04'
103+ - run : echo '::add-matcher::.github/problem-matchers/msvc.json'
104+ if : matrix.os == 'windows-2022'
105+
91106 - uses : pypa/cibuildwheel@v2.16.2
92107 with :
93108 output-dir : dist
You can’t perform that action at this time.
0 commit comments