File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2626 fetch-depth : 0
2727
2828 - name : Set up Python ${{ matrix.python-version }}
29- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
29+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
3030 with :
3131 python-version : ${{ matrix.python-version }}
3232 cache : " pip"
4747
4848 - if : matrix.python-version == '3.10'
4949 name : Upload coverage to Codecov
50- uses : codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
50+ uses : codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
5151 continue-on-error : true
5252 with :
5353 token : ${{ secrets.CODECOV_TOKEN }}
6767 fetch-depth : 0
6868
6969 - name : Set up Python
70- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
70+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
7171 with :
7272 python-version : " 3.10"
7373 cache : " pip"
8585 python setup.py sdist bdist_wheel
8686
8787 - name : Publish package
88- uses : pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
88+ uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
8989
9090 create-release :
9191 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments