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 404cb23 commit 6adc73bCopy full SHA for 6adc73b
.travis.yml
@@ -76,12 +76,12 @@ script:
76
- if [[ "${BUILD_TARGET}" = "windows64" ]]; then
77
mkdir wheelhouse;
78
ls dist/*any.whl | sed -e 'p;s/any/win_amd64/' | xargs -n2 cp;
79
- mv dist/*.whl wheelhouse/;
+ mv dist/*win_amd64.whl wheelhouse/;
80
fi
81
- if [[ "${BUILD_TARGET}" = "windows32" ]]; then
82
83
ls dist/*any.whl | sed -e 'p;s/any/win32/' | xargs -n2 cp;
84
+ mv dist/*win32.whl wheelhouse/;
85
86
- if [[ ! -z "${TRAVIS_TAG}" ]]; then
87
echo "Deploying to PyPi";
0 commit comments