Skip to content

Commit

Permalink
fix: remove platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
sumerc committed Oct 31, 2024
1 parent ccf04b0 commit cc4bf35
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/github-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,12 @@ jobs:
matrix:
os: [ubuntu-20.04, windows-2019, macos-11]
architecture: [x86_64, arm64]
platform: [manylinux2014, musllinux_1_1]

steps:
- uses: actions/checkout@v4

- name: Build wheels
uses: pypa/cibuildwheel@v2.17.0
env:
CIBW_ARCHS_MACOS: ${{ matrix.architecture }}
CIBW_PLATFORM: ${{ matrix.platform }} # Set platform based on matrix
CIBW_BUILD_VERBOSITY: 1

- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit cc4bf35

Please sign in to comment.