Skip to content

Commit

Permalink
Make wheel artifact name agnostic to python version
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewdouglas committed Apr 10, 2024
1 parent 98f73d5 commit a04cd4d
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
@@ -157,7 +157,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 }}
path: dist/bitsandbytes-*.whl
retention-days: 7

0 comments on commit a04cd4d

Please sign in to comment.