Skip to content

Commit

Permalink
Fix python-release for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
n1t0 committed Jul 20, 2020
1 parent c901f86 commit da0a517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
- name: Rename wheels
shell: bash
working-directory: ./bindings/python/dist
run: for file in *.whl ; do mv $file ${file//macosx_10_15/macosx_10_11} ; done
run: for file in *.whl ; do mv $file ${file//macosx_10_1[0-9]/macosx_10_11} ; done

- name: Upload wheels
shell: bash
Expand Down

0 comments on commit da0a517

Please sign in to comment.