We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7794f69 commit eb0feb8Copy full SHA for eb0feb8
.circleci/config.yml
@@ -101,9 +101,6 @@ jobs:
101
- python/save-cache:
102
key: manylinuxdepsv6-{{ .Branch }}.{{ arch }}
103
dependency-file: requirements.txt
104
- - run:
105
- name: sdist
106
- command: python setup.py sdist
107
- run:
108
name: Build Wheels
109
command: |
@@ -114,6 +111,7 @@ jobs:
114
111
115
112
name: PyPi Upload
116
113
+ python setup.py sdist
117
ls -lh dist wheelhouse
118
twine upload --skip-existing -u $PYPI_USER -p $PYPI_PASSWORD dist/* wheelhouse/*
119
0 commit comments