Skip to content

Commit

Permalink
pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Dec 8, 2024
1 parent 6011b0d commit 72c56fb
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,22 @@ jobs:
fail-fast: false
matrix:
include:
- platform: "macos-latest" # for Arm-based Macs (M1 and above)
- platform: "macos-latest" # macOS arm64
archive: "libaec-osx-aarch64.tar.gz"
wheel-tag: "py3-none-macosx_11_0_arm64"

- platform: "macos-latest" # for Intel-based Macs
- platform: "macos-latest" # macOS x86-64
archive: "libaec-osx-x86-64.tar.gz"
wheel-tag: "py3-none-macosx_10_12_x86_64"

- platform: "ubuntu-22.04" # Ubuntu 22.04 x86_64
- platform: "ubuntu-22.04" # Linux x86_64
archive: "libaec-linux-x86-64.tar.gz"
wheel-tag: "py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64"

- platform: "ubuntu-22.04" # Linux aarch64
archive: "libaec-linux-aarch64.tar.gz"
wheel-tag: "py3-none-manylinux_2_28_aarch64"

- platform: "windows-latest" # Windows x86_64
archive: "libaec-win-x86-64.zip"
wheel-tag: "py3-none-win_amd64"
Expand Down

0 comments on commit 72c56fb

Please sign in to comment.