Skip to content

Commit

Permalink
Update python_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarriba authored Dec 17, 2024
1 parent 2d9d152 commit b6c329d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
architecture: ${{ matrix.target }}
# x86 python needs to be available for the win32 wheel
architecture: ${{ ( matrix.os == 'windows-latest' && matrix.target == 'i686' ) && 'x86' || null }}
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand Down

0 comments on commit b6c329d

Please sign in to comment.