We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d184dff commit e2dbf1dCopy full SHA for e2dbf1d
1 file changed
.circleci/config.yml
@@ -54,10 +54,6 @@ jobs:
54
echo -e "Running sdist"
55
python setup.py sdist
56
57
- - store_artifacts:
58
- path: /home/circleci/project/
59
- destination: artifact
60
-
61
- persist_to_workspace:
62
root: /home/circleci/project/
63
paths:
@@ -170,4 +166,4 @@ jobs:
170
166
name: Upload to pypi
171
167
command: |
172
168
cd /tmp/artifact
173
- twine upload dist/
169
+ twine upload dist/*
0 commit comments