Commit 72d1db5
committed
Fix upload to PyPI by Travis CI
* Add `bdist_wheel` to the uploaded distributions. This avoids the need
for pip to run `setup.py` when installing the package, speeding up
installation and avoiding potential environment issues.
* `skip_existing` avoids CI failures due to "deploy" tasks being run
several times by Travis for one tag pushed.1 parent aeaec26 commit 72d1db5
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
| 47 | + | |
46 | 48 | | |
47 | 49 | | |
48 | 50 | | |
0 commit comments