Skip to content

Commit a7b84b4

Browse files
authored
Update publish-to-pypi.yaml
1 parent 9584b39 commit a7b84b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish-to-pypi.yaml

Lines changed: 3 additions & 3 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
@@ -90,4 +90,4 @@ jobs:
9090
run: >-
9191
gh release upload
9292
'${{ github.ref_name }}' dist/**
93-
--repo '${{ github.repository }}'
93+
--repo '${{ github.repository }}'

0 commit comments

Comments
 (0)