File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44
44
run : |
45
45
pytest --verbose --cov=. --cov-report=xml
46
46
- name : Upload coverage to Codecov
47
- uses : codecov/codecov-action@v4.6.0
47
+ uses : codecov/codecov-action@v5.1.1
48
48
if : ${{ matrix.python-version }} == 3.10
49
49
with :
50
50
file : ./coverage.xml
Original file line number Diff line number Diff line change 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
- uses : pypa/gh-action-pypi-publish@v1.10 .3
83
+ uses : pypa/gh-action-pypi-publish@v1.12 .3
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
- uses : pypa/gh-action-pypi-publish@v1.10 .3
99
+ uses : pypa/gh-action-pypi-publish@v1.12 .3
100
100
with :
101
101
password : ${{ secrets.PYPI_API_TOKEN }}
102
102
# verbose: true
Original file line number Diff line number Diff line change 49
49
python -m xbatcher.util.print_versions
50
50
51
51
- name : Publish package to TestPyPI
52
- uses : pypa/gh-action-pypi-publish@v1.10 .3
52
+ uses : pypa/gh-action-pypi-publish@v1.12 .3
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