Skip to content

Commit b3f00b2

Browse files
committed
Update GitHub Actions workflow to include Python version in artifact name
- Modified the artifact name in the GitHub Actions workflow to include the Python version, enhancing clarity and traceability of builds.
1 parent 746575b commit b3f00b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ jobs:
4747
- uses: actions/upload-artifact@v4
4848
if: ${{ always() }}
4949
with:
50-
name: wheels
50+
name: wheels-py${{ matrix.python-version }}
5151
path: dist/*.whl

0 commit comments

Comments
 (0)