File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 27
27
steps :
28
28
- uses : actions/checkout@v4
29
29
- name : Setup Python
30
- uses : actions/setup-python@v5.3 .0
30
+ uses : actions/setup-python@v5.4 .0
31
31
with :
32
32
python-version : ${{ matrix.python-version }}
33
33
architecture : x64
44
44
run : |
45
45
pytest --verbose --cov=. --cov-report=xml
46
46
- name : Upload coverage to Codecov
47
- uses : codecov/codecov-action@v5.1.2
47
+ uses : codecov/codecov-action@v5.4.0
48
48
if : ${{ matrix.python-version }} == 3.10
49
49
with :
50
50
file : ./coverage.xml
60
60
steps :
61
61
- uses : actions/checkout@v4
62
62
- name : Setup Python
63
- uses : actions/setup-python@v5.3 .0
63
+ uses : actions/setup-python@v5.4 .0
64
64
with :
65
65
python-version : ${{ matrix.python-version }}
66
66
architecture : x64
Original file line number Diff line number Diff line change 19
19
- uses : actions/checkout@v4
20
20
with :
21
21
fetch-depth : 0
22
- - uses : actions/setup-python@v5.3 .0
22
+ - uses : actions/setup-python@v5.4 .0
23
23
name : Install Python
24
24
with :
25
25
python-version : 3.11
62
62
needs : build-artifacts
63
63
runs-on : ubuntu-latest
64
64
steps :
65
- - uses : actions/setup-python@v5.3 .0
65
+ - uses : actions/setup-python@v5.4 .0
66
66
name : Install Python
67
67
with :
68
68
python-version : 3.11
80
80
python -m pip install dist/xbatcher*.whl
81
81
python -m xbatcher.util.print_versions
82
82
- name : Publish package to TestPyPI
83
-
83
+
84
84
with :
85
85
password : ${{ secrets.TEST_PYPI_API_TOKEN }}
86
86
repository-url : https://test.pypi.org/legacy/
96
96
name : releases
97
97
path : dist
98
98
- name : Publish package to PyPI
99
-
99
+
100
100
with :
101
101
password : ${{ secrets.PYPI_API_TOKEN }}
102
102
# verbose: true
Original file line number Diff line number Diff line change 24
24
fetch-depth : 0
25
25
26
26
- name : Set up Python
27
- uses : actions/setup-python@v5.3 .0
27
+ uses : actions/setup-python@v5.4 .0
28
28
with :
29
29
python-version : " 3.11"
30
30
49
49
python -m xbatcher.util.print_versions
50
50
51
51
- name : Publish package to TestPyPI
52
-
52
+
53
53
with :
54
54
password : ${{ secrets.TEST_PYPI_API_TOKEN }}
55
55
repository-url : https://test.pypi.org/legacy/
You can’t perform that action at this time.
0 commit comments