Skip to content

Commit

Permalink
Revert conan changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gadial committed Feb 4, 2025
1 parent 48bc6ef commit 870b3d1
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,10 @@ jobs:
uses: docker/setup-qemu-action@v3
with:
platforms: all
- name: Install cibuildwheel
run: |
python -m pip install cibuildwheel==2.22.0
- name: Build wheels
uses: pypa/[email protected]
env:
CIBW_ARCHS_LINUX: s390x
CIBW_TEST_SKIP: "cp*"
Expand All @@ -153,7 +155,3 @@ jobs:
with:
path: ./wheelhouse/*.whl
name: aer-deploy-separate-build_wheels_s390x-${{ matrix.os }}
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
packages-dir: wheelhouse

0 comments on commit 870b3d1

Please sign in to comment.