Skip to content

Commit c49e83e

Browse files
try to fix license files not be accepting by twine
1 parent 9033ebd commit c49e83e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
- name: Rename wheels from universal2 to x86_64
8888
run: |
8989
# Rename universal2 wheels to x86_64 since they aren't truly universal
90-
for wheel in dist/*-universal2.whl; do
90+
for wheel in dist/*universal2.whl; do
9191
if [ -f "$wheel" ]; then
9292
new_wheel=$(echo "$wheel" | sed 's/universal2/x86_64/')
9393
echo "Renaming: $(basename "$wheel") -> $(basename "$new_wheel")"

0 commit comments

Comments
 (0)