We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 595f76d + 3f2c72d commit 7ebc501Copy full SHA for 7ebc501
source/guides/github-actions-ci-cd-sample/publish-to-test-pypi.yml
@@ -10,7 +10,7 @@ jobs:
10
steps:
11
- uses: actions/checkout@v4
12
- name: Set up Python
13
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
14
with:
15
python-version: "3.x"
16
- name: Install pypa/build
@@ -68,7 +68,7 @@ jobs:
68
name: python-package-distributions
69
path: dist/
70
- name: Sign the dists with Sigstore
71
- uses: sigstore/gh-action-sigstore-python@v1.2.3
+ uses: sigstore/gh-action-sigstore-python@v2.1.1
72
73
inputs: >-
74
./dist/*.tar.gz
0 commit comments