File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1717 actions : read
1818 steps :
1919 - name : Python Coverage Comment
20- uses : py-cov-action/python-coverage-comment-action@b2eb38dd175bf053189b35f738f9207278b00925
20+ uses : py-cov-action/python-coverage-comment-action@970a227e0c16ef4589a99a9970ab0ceb8c53059a
2121 with :
2222 GITHUB_TOKEN : ${{ github.token }}
2323 GITHUB_PR_RUN_ID : ${{ github.event.workflow_run.id }}
Original file line number Diff line number Diff line change 5050 name : python-package-distributions
5151 path : dist/
5252 - name : Publish distribution 📦 to PyPI
53- uses : pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
53+ uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
5454
5555 github-release :
5656 name : >-
7171 name : python-package-distributions
7272 path : dist/
7373 - name : Sign the dists with Sigstore
74- uses : sigstore/gh-action-sigstore-python@f514d46b907ebcd5bedc05145c03b69c1edd8b46 # v3.0.0
74+ uses : sigstore/gh-action-sigstore-python@f7ad0af51a5648d09a20d00370f0a91c3bdf8f84 # v3.0.1
7575 with :
7676 inputs : >-
7777 ./dist/*.tar.gz
@@ -115,6 +115,6 @@ jobs:
115115 name : python-package-distributions
116116 path : dist/
117117 - name : Publish distribution 📦 to TestPyPI
118- uses : pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
118+ uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
119119 with :
120120 repository-url : https://test.pypi.org/legacy/
Original file line number Diff line number Diff line change 6363 echo "[run]" >> .coveragerc
6464 echo "relative_files = true" >> .coveragerc
6565 - name : Python Coverage Comment
66- uses : py-cov-action/python-coverage-comment-action@b2eb38dd175bf053189b35f738f9207278b00925
66+ uses : py-cov-action/python-coverage-comment-action@970a227e0c16ef4589a99a9970ab0ceb8c53059a
6767 with :
6868 GITHUB_TOKEN : ${{ github.token }}
6969 MERGE_COVERAGE_FILES : true
You can’t perform that action at this time.
0 commit comments