Skip to content

Commit

Permalink
Update build_manylinux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelMoroz authored Sep 12, 2024
1 parent c4c8773 commit a44a228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_manylinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
docker run --rm -e PYTHON_VERSION=${{ matrix.python-version }} -v $(pwd):/io tensorfrost-manylinux
- name: Upload wheels as artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: manylinux-wheels
path: wheelhouse/*.whl

0 comments on commit a44a228

Please sign in to comment.