Skip to content

Commit

Permalink
ci: fix name of artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 committed Jan 12, 2024
1 parent f8f3634 commit a67c0ed
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: awkward-sdist
path: awkward-cpp/dist/*.tar.gz

build_wheels:
Expand Down Expand Up @@ -111,6 +112,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: awkward-wheels-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.build }}
path: wheelhouse/*.whl


Expand Down Expand Up @@ -160,6 +162,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: awkward-wheels-${{ matrix.arch }}-py${{ matrix.python }}
path: wheelhouse/*.whl

upload_all:
Expand All @@ -174,7 +177,7 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: artifact
pattern: "awkward*"
path: dist

- uses: pypa/[email protected]

0 comments on commit a67c0ed

Please sign in to comment.