Skip to content

Commit c40dc19

Browse files
committed
Persist build artifact for inspection
1 parent e51a458 commit c40dc19

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.circleci/config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ jobs:
5656
echo -e "Creating wheel"
5757
python setup.py sdist
5858
59+
- store_artifacts:
60+
path: /home/circleci/project/
61+
destination: artifact
62+
5963
- persist_to_workspace:
6064
root: /home/circleci/project/
6165
paths:
@@ -169,5 +173,3 @@ jobs:
169173
command: |
170174
cd /tmp/artifact
171175
twine upload dist/
172-
173-

0 commit comments

Comments
 (0)