mirror of
https://github.com/zebrajr/whisper.git
synced 2025-12-06 00:19:50 +01:00
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
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:
parent
db7fbc75fe
commit
c0d2f624c0
2
.github/workflows/python-publish.yml
vendored
2
.github/workflows/python-publish.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user