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:
3535 steps :
3636 - uses : actions/checkout@master
3737 - 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
4242 - run : echo '::add-matcher::.github/problem-matchers/gcc.json'
4343 if : matrix.os == 'macOS' || matrix.os == 'Ubuntu'
4444 - run : echo '::add-matcher::.github/problem-matchers/msvc.json'
4747 with :
4848 output-dir : dist
4949 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' }}"
5151 CIBW_BEFORE_BUILD : pip install -r {project}/requirements.txt
5252 CIBW_BUILD : cp${{ matrix.major }}${{ matrix.minor }}-*
5353 CIBW_BUILD_VERBOSITY : 1
You can’t perform that action at this time.
0 commit comments