Skip to content

Commit d223f52

Browse files
committed
uploard artifact with a name based on current python version
1 parent cb5fbc2 commit d223f52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Upload archive
4848
uses: actions/upload-artifact@v4
4949
with:
50-
name: release
50+
name: release-${{ matrix.python-version }}
5151
path: dist
5252
release:
5353
name: Create Github release

0 commit comments

Comments
 (0)