Skip to content

Commit 80b5111

Browse files
committed
fix: the wheel package files should be in the ./dist/ directory
1 parent d6dc01d commit 80b5111

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-and-publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ jobs:
215215
# A wheel package file will only be selected by pip to install if the platform tag satisfies, regardless of whether the binary compatibility actually is.
216216
# Otherwise, pip would fallback to compile from the source distribution.
217217
run: |
218+
cd ./dist/
218219
for file in *.whl; do
219220
mv "$file" "$(echo "$file" | sed 's/macosx_[0-9]\+_[0-9]\+/macosx_11_0/')";
220221
done

0 commit comments

Comments
 (0)