Skip to content

Commit 21e328b

Browse files
committed
Remove redundant sdist creation
1 parent c40dc19 commit 21e328b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.circleci/config.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ jobs:
5353
command: |
5454
echo -e "Running sdist"
5555
python setup.py sdist
56-
echo -e "Creating wheel"
57-
python setup.py sdist
5856
5957
- store_artifacts:
6058
path: /home/circleci/project/

0 commit comments

Comments
 (0)