Skip to content

Commit 93c2f16

Browse files
committed
Fix Travis CI script
Signed-off-by: Robert Winkler <rwinkler@antmicro.com>
1 parent 32819ae commit 93c2f16

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

.travis.yml

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ stages:
77
- name:
88
- Test
99
- Build
10+
- Deploy
1011

1112
jobs:
1213
- stage: Tests
@@ -26,14 +27,15 @@ jobs:
2627
script:
2728
- make build
2829

29-
before_deploy:
30-
- make clean
31-
- make sphinxcontrib_verilog_diagrams/version.py
32-
- sudo ln -sf /usr/bin/python3 /usr/bin/python
33-
34-
deploy:
35-
provider: pypi
36-
username: __token__
37-
distributions: sdist bdist_wheel
38-
skip_existing: true
39-
edge: true # opt in to dpl v2
30+
- stage: Deploy
31+
name: "PyPI"
32+
before_deploy:
33+
- make clean
34+
- make sphinxcontrib_verilog_diagrams/version.py
35+
- sudo ln -sf /usr/bin/python3 /usr/bin/python
36+
deploy:
37+
provider: pypi
38+
username: __token__
39+
distributions: sdist bdist_wheel
40+
skip_existing: true
41+
edge: true # opt in to dpl v2

0 commit comments

Comments
 (0)