v2.18.3 (#861)
Co-authored-by: Clément Drouin <clement.drouin@mistral.ai> Co-authored-by: Laure Hugo <201583486+laure0303@users.noreply.github.com> Co-authored-by: Paul VEZIA <166131032+le-codeur-rapide@users.noreply.github.com> Co-authored-by: Peter Evers <peter.evers@mistral.ai> Co-authored-by: Jules YZERD <newtonlormont@gmail.com> Co-authored-by: Mistral Vibe <vibe@mistral.ai>
This commit is contained in:
parent
d50704e694
commit
4e495f658d
130 changed files with 1042 additions and 552 deletions
2
.github/workflows/build-and-upload.yml
vendored
2
.github/workflows/build-and-upload.yml
vendored
|
|
@ -216,7 +216,7 @@ jobs:
|
|||
done
|
||||
|
||||
- name: Attach binaries to release
|
||||
uses: softprops/action-gh-release@2bb465e97f322d3cb2a965294d483e0d26a67aa9 # v3.0.1
|
||||
uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1
|
||||
with:
|
||||
files: release-assets/*.zip
|
||||
env:
|
||||
|
|
|
|||
2
.github/workflows/issue-labeler.yml
vendored
2
.github/workflows/issue-labeler.yml
vendored
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
continue-on-error: true
|
||||
|
||||
- name: Apply component label
|
||||
uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9.0.0
|
||||
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
|
||||
env:
|
||||
BUG_COMPONENT: ${{ steps.parse-bug.outputs.issueparser_component }}
|
||||
FEATURE_COMPONENT: ${{ steps.parse-feature.outputs.issueparser_component }}
|
||||
|
|
|
|||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -49,4 +49,4 @@ jobs:
|
|||
|
||||
- name: Publish distribution to PyPI
|
||||
if: github.repository == 'mistralai/mistral-vibe'
|
||||
uses: pypa/gh-action-pypi-publish@6733eb7d741f0b11ec6a39b58540dab7590f9b7d # v1.14.0
|
||||
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue