Skip to content

Commit

Permalink
Fixed typo in artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
rickardp authored Feb 3, 2024
1 parent 86b2bd6 commit 01c3f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ jobs:
- name: Upload build artifact
uses: actions/upload-artifact@v4
with:
name: bdist_wheel_${{ matrix.os }}_${{ matrix.arch }}}_${{ matrix.python-version }}
name: bdist_wheel_${{ matrix.os }}_${{ matrix.arch }}_${{ matrix.python-version }}
path: dist/bitsandbytes-*.whl
retention-days: 7
publish:
Expand Down

0 comments on commit 01c3f59

Please sign in to comment.