Skip to content

Commit 7ebc501

Browse files
authored
Merge pull request #1539 from woodruffw-forks/ww/bump-versions
publish-to-test-pypi: bump action versions
2 parents 595f76d + 3f2c72d commit 7ebc501

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/guides/github-actions-ci-cd-sample/publish-to-test-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v4
1212
- name: Set up Python
13-
uses: actions/setup-python@v4
13+
uses: actions/setup-python@v5
1414
with:
1515
python-version: "3.x"
1616
- name: Install pypa/build
@@ -68,7 +68,7 @@ jobs:
6868
name: python-package-distributions
6969
path: dist/
7070
- name: Sign the dists with Sigstore
71-
uses: sigstore/gh-action-sigstore-python@v1.2.3
71+
uses: sigstore/gh-action-sigstore-python@v2.1.1
7272
with:
7373
inputs: >-
7474
./dist/*.tar.gz

0 commit comments

Comments
 (0)