We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9584b39 commit a7b84b4Copy full SHA for a7b84b4
.github/workflows/publish-to-pypi.yaml
@@ -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
@@ -90,4 +90,4 @@ jobs:
90
run: >-
91
gh release upload
92
'${{ github.ref_name }}' dist/**
93
- --repo '${{ github.repository }}'
+ --repo '${{ github.repository }}'
0 commit comments