Skip to content

Commit

Permalink
Update reference files for manylinux builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Feb 4, 2025
1 parent db33d78 commit 73cd096
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
pip-wheel-args: '--no-deps -w ./wheelhouse'

- name: Upload Artifacts 🚀
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: "wheels-${{ matrix.config.tag }}"
path: wheelhouse/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
pip-wheel-args: '--no-deps -w ./wheelhouse'

- name: Upload Artifacts 🚀
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: "wheels-${{ matrix.config.tag }}"
path: wheelhouse/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
pip-wheel-args: '--no-deps -w ./wheelhouse'

- name: Upload Artifacts 🚀
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: "wheels-${{ matrix.config.tag }}"
path: wheelhouse/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
pip-wheel-args: '--no-deps -w ./wheelhouse'

- name: Upload Artifacts 🚀
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: "wheels-${{ matrix.config.tag }}"
path: wheelhouse/
Expand Down

0 comments on commit 73cd096

Please sign in to comment.