File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55jobs :
66 mirror :
7+
8+ env :
9+ RUNNER_TOOL_CACHE : /toolcache
10+
711 runs-on : ubuntu-latest
812 steps :
913 - name : Checkout code
Original file line number Diff line number Diff line change 55
66jobs :
77 packagepublish :
8+
9+ env :
10+ RUNNER_TOOL_CACHE : /toolcache
11+
812 runs-on : ubuntu-latest
913 steps :
1014 - name : Check out code
5862 - name : " Get Previous tag"
5963 id : previoustag
6064 uses : " WyriHaximus/github-action-get-previous-tag@v1"
65+ with :
66+ fallback : 0.0.1
6167
6268 - uses : actions/setup-python@v5
6369 with :
8288 - name : Publish package
8389 if : github.ref_name == 'main'
8490 run : |
85- python -m twine upload dist/* --non-interactive -u__token__ -p${{ secrets.PYPI_TOKEN }}
91+ unset DBUS_SESSION_BUS_ADDRESS
92+ python -m twine upload --verbose dist/* --non-interactive -u__token__ -p${{ secrets.PYPI_TOKEN }}
Original file line number Diff line number Diff line change 77
88jobs :
99 servc :
10+
11+ env :
12+ RUNNER_TOOL_CACHE : /toolcache
13+
1014 runs-on : ubuntu-latest
1115
1216 strategy :
2630 RABBITMQ_DEFAULT_USER : guest
2731 RABBITMQ_DEFAULT_PASS : guest
2832 ports :
29- - 5672/tcp
33+ - 5672:5672
3034
3135 redis :
3236 image : redis
3640 --health-timeout 5s
3741 --health-retries 5
3842 ports :
39- - 6379/tcp
43+ - 6379:6379
4044
4145 steps :
4246 - if : github.server_url != 'https://github.com'
Original file line number Diff line number Diff line change 44
55jobs :
66 unittest :
7+
8+ env :
9+ RUNNER_TOOL_CACHE : /toolcache
10+
711 runs-on : ubuntu-latest
812
913 strategy :
2024 RABBITMQ_DEFAULT_USER : guest
2125 RABBITMQ_DEFAULT_PASS : guest
2226 ports :
23- - 5672/tcp
27+ - 5672:5672
2428
2529 redis :
2630 image : redis
3034 --health-timeout 5s
3135 --health-retries 5
3236 ports :
33- - 6379/tcp
37+ - 6379:6379
3438
3539 steps :
3640 - if : github.server_url != 'https://github.com'
You can’t perform that action at this time.
0 commit comments