We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d32c8dc + 1564b14 commit dc04ee4Copy full SHA for dc04ee4
.github/workflows/build_release.yml
@@ -81,7 +81,15 @@ jobs:
81
steps:
82
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
83
with:
84
- name: artifact-*
+ name: artifact-wheel-linux
85
+ path: dist
86
+ - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
87
+ with:
88
+ name: artifact-wheel-macos
89
90
91
92
+ name: artifact-dist
93
path: dist
94
95
- uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments