Skip to content

Commit dc04ee4

Browse files
authored
Merge pull request #122 from P403n1x87/ci/release-download-artifacts
ci: artifact download in wheel release job
2 parents d32c8dc + 1564b14 commit dc04ee4

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/build_release.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,15 @@ jobs:
8181
steps:
8282
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
8383
with:
84-
name: artifact-*
84+
name: artifact-wheel-linux
85+
path: dist
86+
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
87+
with:
88+
name: artifact-wheel-macos
89+
path: dist
90+
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
91+
with:
92+
name: artifact-dist
8593
path: dist
8694

8795
- uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)