Skip to content

Commit

Permalink
ci: update used pypa/cibuildwheel version
Browse files Browse the repository at this point in the history
  • Loading branch information
XVilka authored Apr 16, 2024
1 parent e106047 commit 9e9f0fc
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,26 +20,26 @@ jobs:

steps:
- name: Checkout rz-bindgen
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Checkout rizin
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: rizinorg/rizin
path: rizin
ref: ${{ inputs.rizin_ref }}

- name: Build rz-bindgen
uses: pypa/cibuildwheel@v2.8.0
uses: pypa/cibuildwheel@v2.17.0

- name: Upload sdist
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: sdist
path: dist/*.tar.gz

- name: Upload wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheels
path: wheelhouse/*.whl
Expand All @@ -49,12 +49,12 @@ jobs:

steps:
- name: Checkout rz-bindgen
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: rz-bindgen

- name: Checkout rizin
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: rizinorg/rizin
path: rizin
Expand Down

0 comments on commit 9e9f0fc

Please sign in to comment.