Skip to content

Commit f660bb9

Browse files
authored
Adds before_deploy setting in CI configuration
The before_deploy setting ensures the actual artifacts are build before being uploaded to pypi.
1 parent 98ef7a4 commit f660bb9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ matrix:
3333
- python: "3.3"
3434
env: DJANGO_VERSION="1.11"
3535

36+
before_deploy:
37+
- pip install wheel
38+
- python setup.py sdist bdist_wheel
39+
3640
deploy:
3741
provider: pypi
3842
user: bryanhelmig

0 commit comments

Comments
 (0)