Skip to content

Commit

Permalink
Remove Python version from artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
dstein64 committed Jul 3, 2024
1 parent b508f44 commit 3dda58e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
- name: Upload
uses: actions/upload-artifact@v4
with:
name: packages-wheels-${{ matrix.os }}-${{ matrix.python-version }}
name: packages-wheels-${{ matrix.os }}
path: ./dist

merge:
Expand Down

0 comments on commit 3dda58e

Please sign in to comment.