Skip to content

Commit c808089

Browse files
authored
chore: pickup builds from wheelhouse
Signed-off-by: Naren Dasan <[email protected]> Signed-off-by: Naren Dasan <[email protected]>
1 parent 7c946ff commit c808089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@ jobs:
800800
name: Collect packages
801801
command: |
802802
mkdir -p /tmp/dist/x86_64-linux
803-
cp -r ~/project/py/dist/* /tmp/dist/x86_64-linux
803+
cp -r ~/project/py/wheelhouse/* /tmp/dist/x86_64-linux
804804
- store_artifacts:
805805
path: /tmp/dist/x86_64-linux
806806
destination: x86_64-linux-pkgs

0 commit comments

Comments
 (0)