Unverified Commit 3925d518 authored by Me No Dev's avatar Me No Dev Committed by GitHub

fix(release): install missing 'packaging' package (#9698)

* fix(release): install missing 'packaging' package

Necessary to combine the json files

* Update .github/workflows/release.yml
Co-authored-by: default avatarLucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com>

---------
Co-authored-by: default avatarLucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com>
parent dcfb2574
......@@ -16,6 +16,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.x'
- run: pip install packaging
- name: Build Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment