File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 38
38
- name : Install dependencies
39
39
run : pip install tox
40
40
- name : Run integration tests
41
- run : tox -e test-integration -- -m smoke
41
+ run : python -m tox -e test-integration -- -m smoke
42
42
43
43
publish-dev :
44
44
needs : [unit-tests, integration-tests]
50
50
with :
51
51
python-version : " 3.8"
52
52
- name : Install pypa/build and pypa/twine
53
- run : python3 -m pip install build twine --user
53
+ run : python3 -m pip install tox build twine --user
54
54
- name : Build a binary wheel & Inject build props
55
55
run : python3 -m tox -e build
56
56
- name : Publish to Internal PyPI
Original file line number Diff line number Diff line change 78
78
with :
79
79
python-version : " 3.8"
80
80
- name : Install pypa/build and pypa/twine
81
- run : python3 -m pip install build twine --user
81
+ run : python3 -m pip install tox build twine --user
82
82
- name : Build a binary wheel & Inject build props
83
83
run : python3 -m tox -e build
84
84
- name : Publish to Internal PyPI
Original file line number Diff line number Diff line change 80
80
with :
81
81
python-version : " 3.8"
82
82
- name : Install pypa/build and pypa/twine
83
- run : python3 -m pip install build twine --user
83
+ run : python3 -m pip install tox build twine --user
84
84
- name : Build a binary wheel & Inject build props
85
85
run : python3 -m tox -e build
86
86
- name : Publish to Internal PyPI
@@ -102,7 +102,7 @@ jobs:
102
102
with :
103
103
python-version : " 3.8"
104
104
- name : Install pypa/build and pypa/twine
105
- run : python3 -m pip install build twine --user
105
+ run : python3 -m pip install tox build twine --user
106
106
- name : Build a binary wheel & Inject build props
107
107
run : python3 -m tox build
108
108
- name : Publish to Public PyPI
You can’t perform that action at this time.
0 commit comments