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 17
17
actions : read
18
18
steps :
19
19
- name : Python Coverage Comment
20
- uses : py-cov-action/python-coverage-comment-action@b2eb38dd175bf053189b35f738f9207278b00925
20
+ uses : py-cov-action/python-coverage-comment-action@970a227e0c16ef4589a99a9970ab0ceb8c53059a
21
21
with :
22
22
GITHUB_TOKEN : ${{ github.token }}
23
23
GITHUB_PR_RUN_ID : ${{ github.event.workflow_run.id }}
Original file line number Diff line number Diff line change 50
50
name : python-package-distributions
51
51
path : dist/
52
52
- 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
54
54
55
55
github-release :
56
56
name : >-
71
71
name : python-package-distributions
72
72
path : dist/
73
73
- 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
75
75
with :
76
76
inputs : >-
77
77
./dist/*.tar.gz
@@ -115,6 +115,6 @@ jobs:
115
115
name : python-package-distributions
116
116
path : dist/
117
117
- 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
119
119
with :
120
120
repository-url : https://test.pypi.org/legacy/
Original file line number Diff line number Diff line change 63
63
echo "[run]" >> .coveragerc
64
64
echo "relative_files = true" >> .coveragerc
65
65
- name : Python Coverage Comment
66
- uses : py-cov-action/python-coverage-comment-action@b2eb38dd175bf053189b35f738f9207278b00925
66
+ uses : py-cov-action/python-coverage-comment-action@970a227e0c16ef4589a99a9970ab0ceb8c53059a
67
67
with :
68
68
GITHUB_TOKEN : ${{ github.token }}
69
69
MERGE_COVERAGE_FILES : true
You can’t perform that action at this time.
0 commit comments