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 d52a2bf commit fe26206Copy full SHA for fe26206
.github/workflows/cibuildwheels.yml
@@ -127,9 +127,14 @@ jobs:
127
steps:
128
- uses: actions/download-artifact@v4
129
with:
130
+ name: wheels
131
+ path: ./dist
132
pattern: wheels-* # Download the wheels artifact
133
merge-multiple: true # Merge all the wheels artifacts into one directory
134
135
+ - name: List files in dist
136
+ run: ls -l ./dist
137
+
138
- uses: pypa/gh-action-pypi-publish@release/v1
139
140
user: __token__
0 commit comments