Skip to content

Commit e2dbf1d

Browse files
committed
Finalize CircleCI deployment stage
1 parent d184dff commit e2dbf1d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.circleci/config.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ jobs:
5454
echo -e "Running sdist"
5555
python setup.py sdist
5656
57-
- store_artifacts:
58-
path: /home/circleci/project/
59-
destination: artifact
60-
6157
- persist_to_workspace:
6258
root: /home/circleci/project/
6359
paths:
@@ -170,4 +166,4 @@ jobs:
170166
name: Upload to pypi
171167
command: |
172168
cd /tmp/artifact
173-
twine upload dist/
169+
twine upload dist/*

0 commit comments

Comments
 (0)