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:
|
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
|
||||||
|
|
Loading…
Reference in a new issue