Skip to content

Commit fe26206

Browse files
committed
Use an explicit directory for uploading wheels
1 parent d52a2bf commit fe26206

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/cibuildwheels.yml

+5
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,14 @@ jobs:
127127
steps:
128128
- uses: actions/download-artifact@v4
129129
with:
130+
name: wheels
131+
path: ./dist
130132
pattern: wheels-* # Download the wheels artifact
131133
merge-multiple: true # Merge all the wheels artifacts into one directory
132134

135+
- name: List files in dist
136+
run: ls -l ./dist
137+
133138
- uses: pypa/gh-action-pypi-publish@release/v1
134139
with:
135140
user: __token__

0 commit comments

Comments
 (0)