Skip to content

Commit 0a5dd88

Browse files
author
Daniele Briggi
committed
fix(workflow): fix pip platform name
1 parent ef4e65d commit 0a5dd88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ jobs:
2222
platform: linux
2323
python-version: "3.10"
2424
arch: x86_64
25-
plat_name: linux_x86_64
25+
plat_name: manylinux2014_x86_64
2626
- os: ubuntu-latest
2727
platform: linux
2828
python-version: "3.10"
2929
arch: arm64
30-
plat_name: linux_aarch64
30+
plat_name: manylinux2014_aarch64
3131
- os: windows-latest
3232
platform: windows
3333
python-version: "3.10"

0 commit comments

Comments
 (0)