Skip to content

Commit

Permalink
Fix typo in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bmerry committed Mar 20, 2024
1 parent 42f0b75 commit 0f9a10d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
env:
CIBW_ARCHS: ${{ matrix.arch }}
CIBW_BUILD: ${{ matrix.python }}-manylinux*
uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v4
with:
name: wheel_linux-${{ matrix.arch }}-${{ matrix.python }}
path: ./wheelhouse/*.whl

0 comments on commit 0f9a10d

Please sign in to comment.