Release 20250625
Some checks failed
Release / deploy (push) Has been cancelled
test / pre-commit (push) Has been cancelled
test / whisper-test ('numpy', 3.11, 2.3.1) (push) Has been cancelled
test / whisper-test ('numpy', 3.12, 2.4.1) (push) Has been cancelled
test / whisper-test ('numpy', 3.12, 2.5.1) (push) Has been cancelled
test / whisper-test ('numpy', 3.13, 2.5.1) (push) Has been cancelled
test / whisper-test ('numpy<2', 3.10, 2.2.2) (push) Has been cancelled
test / whisper-test ('numpy<2', 3.8, 1.10.1) (push) Has been cancelled
test / whisper-test ('numpy<2', 3.8, 1.13.1) (push) Has been cancelled
test / whisper-test ('numpy<2', 3.8, 2.0.1) (push) Has been cancelled
test / whisper-test ('numpy<2', 3.9, 2.1.2) (push) Has been cancelled

This commit is contained in:
Jong Wook Kim 2025-06-25 18:05:47 -07:00
parent db7fbc75fe
commit c0d2f624c0

View File

@ -21,7 +21,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install setuptools wheel twine pip install setuptools wheel twine build
- name: Release - name: Release
if: ${{ steps.regex-match.outputs.match != '' }} if: ${{ steps.regex-match.outputs.match != '' }}
uses: softprops/action-gh-release@v2 uses: softprops/action-gh-release@v2