Skip to content

Commit

Permalink
Set platform names that match the wheel internals
Browse files Browse the repository at this point in the history
  • Loading branch information
godotalgorithm committed Feb 19, 2025
1 parent a7e64ff commit 3d60f30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@ jobs:
os: [macos-13, ubuntu-latest, windows-latest]
include:
- osname: mac
platform: macosx
platform: macosx-10.13-universal2
arc: zip
lib: dylib
libdir: lib
util: unzip
os: macos-13
- osname: linux
platform: manylinux
platform: linux-x86_64
arc: tar.gz
lib: so
libdir: lib
util: "tar -xvzf"
os: ubuntu-latest
- osname: win
platform: win32
platform: win-amd64
arc: zip
lib: dll
libdir: bin
Expand Down

0 comments on commit 3d60f30

Please sign in to comment.