Skip to content

Commit

Permalink
[GithubActions] Renaming universal2 wheels to represent their real …
Browse files Browse the repository at this point in the history
…architecture `x86_64` (fix #56).
  • Loading branch information
mmmarinho authored Jan 8, 2024
1 parent 34e9d1a commit 09eba4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ jobs:
sw_vers
rename 's/11_0/10_14/' *
rename 's/12_0/10_15/' *
rename 's/universal2/x86_64/' *
cd ..
- name: Install (not Windows)
if: matrix.os != 'windows-latest'
Expand Down

0 comments on commit 09eba4f

Please sign in to comment.