Skip to content

Commit

Permalink
bump github actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
prusnak committed Jan 12, 2023
1 parent 8414cd8 commit 8e92053
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@ jobs:

steps:
- name: Checkout source
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
submodules: true

- name: Setup Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: "3.10"

- name: Setup QEMU
if: ${{ runner.os == 'Linux' }}
uses: docker/setup-qemu-action@v1
uses: docker/setup-qemu-action@v2

- name: Build wheels
uses: pypa/[email protected].2
uses: pypa/[email protected].4
env:
CIBW_BUILD: "cp3*-*"
CIBW_SKIP: "*-musllinux_*"
Expand All @@ -37,6 +37,6 @@ jobs:
CIBW_BEFORE_ALL_LINUX: yum install -y libusb1-devel libudev-devel

- name: Store artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
path: wheelhouse/*.whl

0 comments on commit 8e92053

Please sign in to comment.