We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9033ebd commit c49e83eCopy full SHA for c49e83e
.github/workflows/build.yml
@@ -87,7 +87,7 @@ jobs:
87
- name: Rename wheels from universal2 to x86_64
88
run: |
89
# Rename universal2 wheels to x86_64 since they aren't truly universal
90
- for wheel in dist/*-universal2.whl; do
+ for wheel in dist/*universal2.whl; do
91
if [ -f "$wheel" ]; then
92
new_wheel=$(echo "$wheel" | sed 's/universal2/x86_64/')
93
echo "Renaming: $(basename "$wheel") -> $(basename "$new_wheel")"
0 commit comments