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:
parent
9e7f738220
commit
c58b56123d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-wheels-metal.yaml
vendored
4
.github/workflows/build-wheels-metal.yaml
vendored
|
@ -41,7 +41,7 @@ jobs:
|
|||
with:
|
||||
submodules: "recursive"
|
||||
|
||||
- uses: actions/setup-python@v4
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: ${{ matrix.pyver }}
|
||||
|
||||
|
@ -78,7 +78,7 @@ jobs:
|
|||
VERBOSE=1 python -m build --wheel
|
||||
fi
|
||||
|
||||
- uses: softprops/action-gh-release@v1
|
||||
- uses: softprops/action-gh-release@v2
|
||||
with:
|
||||
files: dist/*
|
||||
# set release name to <tag>-metal
|
||||
|
|
Loading…
Reference in a new issue