Skip to content

Commit

Permalink
Fix artifact naming
Browse files Browse the repository at this point in the history
  • Loading branch information
titusz committed Jan 29, 2024
1 parent 7cfc909 commit e697aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ jobs:
- name: Collect Wheel
uses: actions/upload-artifact@v4
with:
name: wheel-${{ matrix.os }}-${{ matrix.version }}
name: wheel-${{ matrix.os }}-${{ matrix.python-version }}
path: dist/*.whl

0 comments on commit e697aef

Please sign in to comment.