mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-21 06:42:10 +00:00
fix: revert changes and change name
This commit is contained in:
parent
ca59ef23db
commit
ba47345e1b
11
.github/workflows/python-packaging.yaml
vendored
11
.github/workflows/python-packaging.yaml
vendored
@ -1,5 +1,5 @@
|
|||||||
# based on https://github.com/Dao-AILab/flash-attention/blob/main/.github/workflows/publish.yml
|
# based on https://github.com/Dao-AILab/flash-attention/blob/main/.github/workflows/publish.yml
|
||||||
name: Build wheels and deploy
|
name: Build wheels
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@ -8,15 +8,6 @@ on:
|
|||||||
tags:
|
tags:
|
||||||
- "*"
|
- "*"
|
||||||
pull_request:
|
pull_request:
|
||||||
types:
|
|
||||||
- opened
|
|
||||||
- synchronize
|
|
||||||
- reopened
|
|
||||||
- ready_for_review
|
|
||||||
- edited
|
|
||||||
- converted_to_draft
|
|
||||||
- review_requested
|
|
||||||
- review_request_removed
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
Loading…
Reference in New Issue
Block a user