File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -35,10 +35,10 @@ jobs:
35
35
steps :
36
36
- uses : actions/checkout@master
37
37
- uses : actions/setup-python@master
38
- - uses : docker/setup-qemu-action@v1
39
- if : matrix.os == 'Ubuntu' && github.event_name == 'release' && github.event.action == 'published'
40
- with :
41
- platforms : all
38
+ # - uses: docker/setup-qemu-action@v1
39
+ # if: matrix.os == 'Ubuntu' && github.event_name == 'release' && github.event.action == 'published'
40
+ # with:
41
+ # platforms: all
42
42
- run : echo '::add-matcher::.github/problem-matchers/gcc.json'
43
43
if : matrix.os == 'macOS' || matrix.os == 'Ubuntu'
44
44
- run : echo '::add-matcher::.github/problem-matchers/msvc.json'
47
47
with :
48
48
output-dir : dist
49
49
env :
50
- CIBW_ARCHS : " ${{ github.event_name == 'release' && github.event.action == 'published' && 'all' || 'auto' }}"
50
+ # CIBW_ARCHS: "${{ github.event_name == 'release' && github.event.action == 'published' && 'all' || 'auto' }}"
51
51
CIBW_BEFORE_BUILD : pip install -r {project}/requirements.txt
52
52
CIBW_BUILD : cp${{ matrix.major }}${{ matrix.minor }}-*
53
53
CIBW_BUILD_VERBOSITY : 1
You can’t perform that action at this time.
0 commit comments