Skip to content

Commit f7bfba5

Browse files
authored
Update upload-artifact to v4 for python-publish.yml (#650)
1 parent de9f883 commit f7bfba5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,11 @@ jobs:
7676
run: for f in dist/*.whl; do mv "$f" "$(echo "$f" | sed s/linux/manylinux1/)"; done
7777

7878
- name: Publish wheels to GitHub artifacts
79-
uses: actions/upload-artifact@v2
79+
uses: actions/upload-artifact@v4
8080
with:
81-
name: wheels
81+
name: wheels-${{ matrix.runs-on }}
8282
path: ./dist/*.whl
8383

84-
8584
publish-pypi:
8685
needs: [build-wheels]
8786
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)