Skip to content

Commit 293788e

Browse files
committed
2 parents e9cee59 + bf1c308 commit 293788e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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'
@@ -47,7 +47,7 @@ jobs:
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

0 commit comments

Comments
 (0)