File tree Expand file tree Collapse file tree 1 file changed +13
-11
lines changed
Expand file tree Collapse file tree 1 file changed +13
-11
lines changed Original file line number Diff line number Diff line change 77 - name :
88 - Test
99 - Build
10+ - Deploy
1011
1112jobs :
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
You can’t perform that action at this time.
0 commit comments