mirror of
https://github.com/mii443/tokenizers.git
synced 2025-08-22 16:25:30 +00:00
Use bash shell even for windows
This commit is contained in:
1
.github/workflows/python-release.yml
vendored
1
.github/workflows/python-release.yml
vendored
@ -61,6 +61,7 @@ jobs:
|
||||
run: python setup.py bdist_wheel
|
||||
|
||||
- name: Rename wheels
|
||||
shell: bash
|
||||
working-directory: ./bindings/python/dist
|
||||
run: for file in *.whl ; do mv $file ${file//macosx_10_15/macosx_10_10} ; done
|
||||
|
||||
|
Reference in New Issue
Block a user