Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit21e4475

Browse files
committed
CICD: Handle restriction on artifact name for v4
1 parent546a399 commit21e4475

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎.github/workflows/wheels.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ jobs:
7979
-name:Upload wheels
8080
uses:actions/upload-artifact@v4
8181
with:
82+
name:artifact-${{ matrix.runs-on }}
8283
path:wheelhouse/*.whl
8384

8485
upload_all:
@@ -94,7 +95,8 @@ jobs:
9495

9596
-uses:actions/download-artifact@v4
9697
with:
97-
name:artifact
98+
pattern:artifact-*
99+
merge-multiple:true
98100
path:dist
99101

100102
-uses:pypa/gh-action-pypi-publish@v1.8.11

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp