We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b0f3bf2 + acaea4a commit 908a263Copy full SHA for 908a263
.travis.yml
@@ -24,8 +24,6 @@ before_deploy:
24
# Note: only do this with Python 3.5 because the contents
25
# of the distribution are the same for all versions.
26
- case "$TRAVIS_PYTHON_VERSION" in 3.5) python setup.py sdist --formats=bztar;; esac
27
- # Generate egg distribution.
28
- - python setup.py bdist_egg
29
# Generate wheel distribution.
30
# Note: only do this once, since we create a universal wheel.
31
- case "$TRAVIS_PYTHON_VERSION" in 3.5) python setup.py bdist_wheel;; esac
@@ -37,7 +35,6 @@ deploy:
37
35
file_glob: true
38
36
file:
39
- dist/*.tar.*
40
- - dist/*.egg
41
- dist/*.whl
42
on:
43
tags: true
0 commit comments