Skip to content

Commit

Permalink
Upload/download artifact changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lmbelo committed Nov 11, 2024
1 parent 17fd6c8 commit 12fafe0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Save wheel
uses: actions/upload-artifact@v4
with:
name: my-artifacts-${{ matrix.os }}-${{ matrix.python }}
name: artifacts-win32-${{ matrix.python }}
path: dist/*.whl
if-no-files-found: error

Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
- name: Save wheel
uses: actions/upload-artifact@v4
with:
name: my-artifacts-${{ matrix.os }}-${{ matrix.python }}
name: artifacts-win64-${{ matrix.python }}
path: dist/*.whl
if-no-files-found: error

Expand All @@ -140,7 +140,7 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
pattern: my-artifacts-*
pattern: artifacts-*
path: dist
merge-multiple: true

Expand All @@ -162,7 +162,7 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
pattern: my-artifacts-*
pattern: artifacts-*
path: dist
merge-multiple: true

Expand Down

0 comments on commit 12fafe0

Please sign in to comment.