Skip to content

Commit

Permalink
Fix upload-artifact settings
Browse files Browse the repository at this point in the history
  • Loading branch information
hajimes committed Dec 23, 2023
1 parent bd9d869 commit e68e0c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
CIBW_TEST_SKIP: '*-win_arm64 *-macosx_arm64'
- uses: actions/upload-artifact@v4
with:
name: wheels-${{ matrix.os }}-${{ matrix.cibw_archs }}
name: wheels-${{ matrix.os }}-${{ matrix.archs }}
path: ./wheelhouse/*.whl
build_sdist:
name: Build a source distribution
Expand Down

0 comments on commit e68e0c6

Please sign in to comment.