File tree 2 files changed +25
-4
lines changed
2 files changed +25
-4
lines changed Original file line number Diff line number Diff line change 1
1
version : 2.1
2
2
3
3
orbs :
4
- python : circleci/python@1.5.0
4
+ python : circleci/python@2.1.1
5
5
6
6
jobs :
7
7
analysis :
28
28
path : test_results.xml
29
29
- store_artifacts :
30
30
path : htmlcov
31
+ publish :
32
+ executor : python/default
33
+ steps :
34
+ - checkout
35
+ - run :
36
+ name : Publish
37
+ command :
38
+ poetry publish --build --username $PYPI_USERNAME --password $PYPI_PASSWORD
31
39
32
40
workflows :
33
41
unit_test :
34
42
jobs :
35
- - analysis
36
- - test
43
+ - analysis :
44
+ filters : &filters-test
45
+ tags :
46
+ ignore : /.*/
47
+ - test :
48
+ filters :
49
+ << : *filters-test
50
+ deploy :
51
+ jobs :
52
+ - publish :
53
+ filters :
54
+ tags :
55
+ only : /[0-9]+(\.[0-9]+)*/
56
+ branches :
57
+ ignore : /.*/
Original file line number Diff line number Diff line change 1
- [ ![ CircleCI] ( https://circleci.com/gh/valletw/pyummeter.svg?style=shield )] ( https://github. com/valletw/pyummeter )
1
+ [ ![ CircleCI] ( https://dl. circleci.com/status-badge/img/ gh/valletw/pyummeter/tree/main .svg?style=svg )] ( https://dl.circleci. com/status-badge/redirect/gh/ valletw/pyummeter/tree/main )
2
2
3
3
# Python UM-Meter interface
4
4
You can’t perform that action at this time.
0 commit comments