Skip to content

Commit e21e8d0

Browse files
committed
Fix paths for wheels (II)
1 parent 6af1960 commit e21e8d0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/cibuildwheels.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,17 @@ jobs:
7373

7474
- name: Build wheels
7575
uses: pypa/[email protected]
76+
env:
77+
CIBW_OUTPUT_DIR: ./dist
7678

7779
- name: Upload wheels
7880
uses: actions/upload-artifact@v4
7981
with:
8082
name: wheels-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.p_ver }}
8183
path: ./dist/*.whl
8284

85+
- name: List files in dist
86+
run: ls -l ./dist
8387

8488
build_sdist:
8589
name: Build sdist
@@ -137,9 +141,6 @@ jobs:
137141
pattern: wheels-* # Download the wheels artifact
138142
merge-multiple: true # Merge all the wheels artifacts into one directory
139143

140-
- name: List files in dist
141-
run: ls -l ./dist
142-
143144
- uses: pypa/gh-action-pypi-publish@release/v1
144145
with:
145146
user: __token__

0 commit comments

Comments
 (0)