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 9999 run : tox ${{ matrix.toxargs }} -v -e ${{ matrix.toxenv }}
100100 - name : Upload coverage to codecov
101101 if : ${{ contains(matrix.toxenv,'-cov') }}
102- uses : codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
102+ uses : codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
103103 with :
104104 file : ./coverage.xml
Original file line number Diff line number Diff line change 4545
4646 - name : Publish distribution 📦 to PyPI
4747 if : startsWith(github.ref, 'refs/tags')
48- uses : pypa/gh-action-pypi-publish@fb13cb306901256ace3dab689990e13a5550ffaa # v1.11.0
48+ uses : pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc # v1.12.2
4949 with :
5050 user : __token__
5151 password : ${{ secrets.pypi_password }}
You can’t perform that action at this time.
0 commit comments