Skip to content

Commit

Permalink
Fix "Github Actions" configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
lycantropos committed Nov 1, 2024
1 parent a93ffbb commit e5b6628
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -288,10 +288,6 @@ jobs:
steps:
- name: 'Checkout'
uses: actions/checkout@v4
- name: 'Setup Python'
uses: actions/setup-python@v5
with:
architecture: ${{ matrix.platform.python_architecture }}
- name: 'Setup Rust'
uses: dtolnay/rust-toolchain@stable
with:
Expand All @@ -303,7 +299,7 @@ jobs:
platforms: all
if: ${{ runner.os == 'Linux' }}
- name: 'Build wheels'
uses: pypa/cibuildwheel@v2.16.2
uses: pypa/cibuildwheel@v2.21.3
env:
CIBW_ARCHS: ${{ matrix.platform.architecture }}
CIBW_BEFORE_ALL_LINUX: |
Expand Down

0 comments on commit e5b6628

Please sign in to comment.