File tree 2 files changed +7
-3
lines changed 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -68,14 +68,17 @@ jobs:
68
68
- ./ci/travis/pyenv-wheel.sh
69
69
after_success :
70
70
- if [[ ! -z "$TRAVIS_TAG" ]]; then
71
- twine upload -u $PYPI_U -p $PYPI_P wheels/*.whl;
71
+ twine upload --skip-existing - u $PYPI_U -p $PYPI_P wheels/*.whl;
72
72
fi
73
73
language : generic
74
74
python : skip
75
75
76
76
- << : *osx-10-10
77
77
env :
78
78
- PYENV : 3.7.0
79
+ install : skip
80
+ script :
81
+ - ./ci/travis/pyenv-wheel.sh
79
82
80
83
- &osx-wheels
81
84
stage : build packages
@@ -107,7 +110,7 @@ jobs:
107
110
- ./ci/travis/pyenv-wheel.sh
108
111
after_success :
109
112
- if [[ ! -z "$TRAVIS_TAG" ]]; then
110
- twine upload -u $PYPI_U -p $PYPI_P wheels/*.whl;
113
+ twine upload --skip-existing - u $PYPI_U -p $PYPI_P wheels/*.whl;
111
114
fi
112
115
language : generic
113
116
python : skip
@@ -176,7 +179,7 @@ jobs:
176
179
- ./ci/travis/build-manylinux.sh
177
180
after_success :
178
181
- if [[ ! -z "$TRAVIS_TAG" ]]; then
179
- twine upload -u $PYPI_U -p $PYPI_P wheelhouse/*.whl;
182
+ twine upload --skip-existing - u $PYPI_U -p $PYPI_P wheelhouse/*.whl;
180
183
fi
181
184
deploy :
182
185
- provider : pypi
Original file line number Diff line number Diff line change @@ -41,3 +41,4 @@ deactivate
41
41
set -x
42
42
43
43
mv -f * .whl wheels/
44
+ ls -lh wheels
You can’t perform that action at this time.
0 commit comments