Skip to content

Commit 3769358

Browse files
Test: Updated gh-action-pypi-publish v1.11.1 (#917)
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
1 parent fe65308 commit 3769358

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-test-release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,9 @@ jobs:
176176

177177
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
178178

179-
# yamllint disable-line rule:line-length
180179
- name: 'Test PyPI publishing'
181-
uses: lfreleng-actions/pypi-publish-action@7a434074b9b8e5bf3426cc4a931c15834e0ef057 # v0.1.0
180+
# yamllint disable-line rule:line-length
181+
uses: modeseven-lfreleng-actions/pypi-publish-action@patch-gh-action-pypi-publish # Testing v0.1.1
182182
with:
183183
environment: 'development'
184184

@@ -200,9 +200,9 @@ jobs:
200200

201201
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
202202

203-
# yamllint disable-line rule:line-length
204203
- name: 'PyPI release'
205-
uses: lfreleng-actions/pypi-publish-action@7a434074b9b8e5bf3426cc4a931c15834e0ef057 # v0.1.0
204+
# yamllint disable-line rule:line-length
205+
uses: modeseven-lfreleng-actions/pypi-publish-action@patch-gh-action-pypi-publish # Testing v0.1.1
206206
with:
207207
environment: 'production'
208208
attestations: true

0 commit comments

Comments
 (0)