File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 99
99
run : tox ${{ matrix.toxargs }} -v -e ${{ matrix.toxenv }}
100
100
- name : Upload coverage to codecov
101
101
if : ${{ contains(matrix.toxenv,'-cov') }}
102
- uses : codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
102
+ uses : codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
103
103
with :
104
104
file : ./coverage.xml
Original file line number Diff line number Diff line change 45
45
46
46
- name : Publish distribution 📦 to PyPI
47
47
if : startsWith(github.ref, 'refs/tags')
48
- uses : pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc # v1.12.2
48
+ uses : pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
49
49
with :
50
50
user : __token__
51
51
password : ${{ secrets.pypi_password }}
You can’t perform that action at this time.
0 commit comments