Skip to content

Commit

Permalink
Update Ci 6
Browse files Browse the repository at this point in the history
  • Loading branch information
dewmal committed Aug 13, 2024
1 parent 1e04d6b commit fb681ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@ jobs:
target: [aarch64]
steps:
- uses: actions/checkout@v4
- name: Setup GCC
uses: egor-tensin/[email protected]
- name: Build Wheels
uses: PyO3/maturin-action@v1
env:
Expand All @@ -163,8 +165,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: Setup GCC
uses: egor-tensin/[email protected]
- name: Install and test wheel
uses: uraimo/[email protected]
with:
Expand Down

0 comments on commit fb681ff

Please sign in to comment.