ci: Update action versions in build-wheels-metal.yaml (#1390)

* Bump actions/setup-python@v4 to v5

* Update build-wheels-metal.yaml

* Update build-wheels-metal.yaml

* Update build-wheels-metal.yaml
This commit is contained in:
Olivier DEBAUCHE 2024-04-28 02:47:49 +02:00 committed by GitHub
parent 9e7f738220
commit c58b56123d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,7 +41,7 @@ jobs:
with: with:
submodules: "recursive" submodules: "recursive"
- uses: actions/setup-python@v4 - uses: actions/setup-python@v5
with: with:
python-version: ${{ matrix.pyver }} python-version: ${{ matrix.pyver }}
@ -78,7 +78,7 @@ jobs:
VERBOSE=1 python -m build --wheel VERBOSE=1 python -m build --wheel
fi fi
- uses: softprops/action-gh-release@v1 - uses: softprops/action-gh-release@v2
with: with:
files: dist/* files: dist/*
# set release name to <tag>-metal # set release name to <tag>-metal