Skip to content

Commit 16de63d

Browse files
authored
Fix publish.yml
Fix dist in publish.yml
2 parents 900c601 + 7dfd897 commit 16de63d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
if: runner.os == 'Linux'
7373
uses: actions/upload-artifact@v4
7474
with:
75-
name: dist
75+
name: dist-linux-py${{ matrix.python-version }}
7676
path: |
7777
dist
7878
retention-days: 2

0 commit comments

Comments
 (0)