File tree Expand file tree Collapse file tree 4 files changed +24
-4
lines changed
Expand file tree Collapse file tree 4 files changed +24
-4
lines changed Original file line number Diff line number Diff line change 1111 - patch
1212 - minor
1313 - major
14+ bypass_deps_check :
15+ type : boolean
16+ description : " Bypass dependency checking"
17+ default : false
1418
1519concurrency :
1620 group : " push-to-main"
5054 git commit . -m "🔖 @huggingface/gguf $BUMPED_VERSION"
5155 git tag "gguf-v$BUMPED_VERSION"
5256
53- - name : " Check Deps are published before publishing this package"
57+ - if : ${{ !github.event.inputs.bypass_deps_check }}
58+ name : " Check Deps are published before publishing this package"
5459 run : pnpm -w check-deps tasks
5560
5661 - run : pnpm publish --no-git-checks .
Original file line number Diff line number Diff line change 1111 - patch
1212 - minor
1313 - major
14+ bypass_deps_check :
15+ type : boolean
16+ description : " Bypass dependency checking"
17+ default : false
1418
1519concurrency :
1620 group : " push-to-main"
5357 git commit -m "🔖 @huggingface/hub $BUMPED_VERSION"
5458 git tag "hub-v$BUMPED_VERSION"
5559
56- - name : " Check Deps are published before publishing this package"
60+ - if : ${{ !github.event.inputs.bypass_deps_check }}
61+ name : " Check Deps are published before publishing this package"
5762 run : pnpm -w check-deps tasks
5863
5964 - run : pnpm publish --no-git-checks .
Original file line number Diff line number Diff line change 1111 - patch
1212 - minor
1313 - major
14+ bypass_deps_check :
15+ type : boolean
16+ description : " Bypass dependency checking"
17+ default : false
1418
1519concurrency :
1620 group : " push-to-main"
5357 git commit -m "🔖 @huggingface/inference $BUMPED_VERSION"
5458 git tag "inference-v$BUMPED_VERSION"
5559
56- - name : " Check Deps are published before publishing this package"
60+ - if : ${{ !github.event.inputs.bypass_deps_check }}
61+ name : " Check Deps are published before publishing this package"
5762 run : pnpm -w check-deps tasks
5863
5964 - run : pnpm publish --no-git-checks .
Original file line number Diff line number Diff line change 1111 - patch
1212 - minor
1313 - major
14+ bypass_deps_check :
15+ type : boolean
16+ description : " Bypass dependency checking"
17+ default : false
1418
1519concurrency :
1620 group : " push-to-main"
4953 git tag "mcp-client-v$BUMPED_VERSION"
5054
5155 # Add checks for dependencies if needed, similar to hub-publish.yml
52- - name : " Check Deps are published before publishing this package"
56+ - if : ${{ !github.event.inputs.bypass_deps_check }}
57+ name : " Check Deps are published before publishing this package"
5358 run : pnpm -w check-deps inference && pnpm -w check-deps tasks
5459
5560 - run : pnpm publish --no-git-checks .
You can’t perform that action at this time.
0 commit comments