File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 76
76
with :
77
77
fetch-depth : 0
78
78
- name : Set up Python ${{ matrix.python-version }}
79
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
79
+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
80
80
with :
81
81
python-version : ${{ matrix.python-version }}
82
82
allow-prereleases : true
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@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
102
+ uses : codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
103
103
with :
104
104
file : ./coverage.xml
Original file line number Diff line number Diff line change 16
16
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17
17
with :
18
18
fetch-depth : 0
19
- - uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
19
+ - uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
20
20
with :
21
21
python-version : 3.8
22
22
45
45
46
46
- name : Publish distribution 📦 to PyPI
47
47
if : startsWith(github.ref, 'refs/tags')
48
- uses : pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
48
+ uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
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