Skip to content

Commit eb0feb8

Browse files
authored
Updated ci cfg (#225)
1 parent 7794f69 commit eb0feb8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,6 @@ jobs:
101101
- python/save-cache:
102102
key: manylinuxdepsv6-{{ .Branch }}.{{ arch }}
103103
dependency-file: requirements.txt
104-
- run:
105-
name: sdist
106-
command: python setup.py sdist
107104
- run:
108105
name: Build Wheels
109106
command: |
@@ -114,6 +111,7 @@ jobs:
114111
- run:
115112
name: PyPi Upload
116113
command: |
114+
python setup.py sdist
117115
ls -lh dist wheelhouse
118116
twine upload --skip-existing -u $PYPI_USER -p $PYPI_PASSWORD dist/* wheelhouse/*
119117

0 commit comments

Comments
 (0)