Skip to content

Commit d263459

Browse files
authored
Update build_wheels_and_publish.yml
1 parent 690c813 commit d263459

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_wheels_and_publish.yml

+2
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,12 @@ jobs:
6161
6262
- uses: actions/upload-artifact@v4
6363
with:
64+
name: tar-${{ matrix.runs-on }}
6465
path: ./dist/*.tar.gz
6566

6667
- uses: actions/upload-artifact@v4
6768
with:
69+
name: wheel-${{ matrix.runs-on }}
6870
path: ./dist/*.whl
6971

7072
publish:

0 commit comments

Comments
 (0)