Skip to content

Commit

Permalink
Upgrade CI configuration to accommodate upload-artifact@v4, third att…
Browse files Browse the repository at this point in the history
…empt
  • Loading branch information
lelit committed Dec 21, 2023
1 parent 8cdf66e commit 832283a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: wheels-for-${{ matrix.os }}-${{ matrix-arch }}
name: wheels-for-${{ matrix.os }}-${{ matrix.arch }}
path: ./wheelhouse/*.whl

upload_pypi:
Expand Down

0 comments on commit 832283a

Please sign in to comment.