Skip to content

Commit

Permalink
Update python-wheels-publish-test.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Johnny <[email protected]>
  • Loading branch information
johnnynunez authored Feb 21, 2025
1 parent ae4f266 commit e9d3d45
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .github/workflows/python-wheels-publish-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,21 @@ permissions:

jobs:
build:
name: Python Wheels - ${{ matrix.os }}
name: Python Wheels - ${{ matrix.os }}-${{ matrix.arch }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
include:
- os: ubuntu-latest
arch: x64
- os: ubuntu-24.04-arm
arch: arm64
- os: macos-13
arch: x64
- os: macos-latest
arch: arm64
- os: windows-latest
arch: x64

environment:
name: testpypi
Expand Down Expand Up @@ -66,7 +76,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: wheels-${{ matrix.os }}
name: wheels-${{ matrix.os }}-${{ matrix.arch }}
path: |
./wheelhouse/*.whl
./wheelhouse/*.tar.gz
Expand Down

0 comments on commit e9d3d45

Please sign in to comment.