We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c497fb9 commit ecf2441Copy full SHA for ecf2441
1 file changed
.github/workflows/wheels.yml
@@ -68,8 +68,8 @@ jobs:
68
steps:
69
- uses: actions/download-artifact@v4
70
with:
71
- name: artifact
72
path: dist
+ merge-multiple: true
73
74
- name: Release
75
uses: softprops/action-gh-release@v2.0.4
@@ -83,8 +83,9 @@ jobs:
83
84
85
86
87
88
+
89
- uses: pypa/gh-action-pypi-publish@v1.8.14
90
91
user: __token__
0 commit comments