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.
1 parent 3daf0dc commit dbd091dCopy full SHA for dbd091d
.github/workflows/python-publish.yml
@@ -128,6 +128,7 @@ jobs:
128
uses: actions/download-artifact@v4
129
with:
130
pattern: release-dists-*
131
+ merge-multiple: true
132
path: wheelhouse/
133
134
- name: Publish release distributions to TestPyPI
@@ -136,3 +137,4 @@ jobs:
136
137
repository-url: https://test.pypi.org/legacy/
138
packages-dir: wheelhouse/
139
140
+
0 commit comments