Skip to content

Commit

Permalink
Update Ci 5
Browse files Browse the repository at this point in the history
  • Loading branch information
dewmal committed Aug 13, 2024
1 parent e0c3021 commit 48c5e35
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/python-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,9 @@ jobs:
{ version: "3.11", abi: "cp311-cp311" },
{ version: "3.12", abi: "cp312-cp312" },
]
target: [ aarch64, armv7 ]
target: [aarch64]
steps:
- uses: actions/checkout@v4

- name: Build Wheels
uses: PyO3/maturin-action@v1
env:
Expand All @@ -164,7 +163,6 @@ jobs:
target: ${{ matrix.target }}-unknown-linux-gnu
manylinux: auto
args: -i python${{matrix.python.version}} --release --out dist -m bindings/ceylon/Cargo.toml

- name: Install and test wheel
uses: uraimo/[email protected]
with:
Expand Down

0 comments on commit 48c5e35

Please sign in to comment.