Skip to content

Commit ac4fdeb

Browse files
bump sigstore workflow version
1 parent 34c5d50 commit ac4fdeb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: push
44

55
jobs:
66
build:
7-
name: Build distribution 📦
7+
name: Build distribution
88
runs-on: ubuntu-latest
99

1010
steps:
@@ -28,7 +28,7 @@ jobs:
2828
path: dist/
2929
publish-to-pypi:
3030
name: >-
31-
Publish Python 🐍 distribution 📦 to PyPI
31+
Publish Python distribution to PyPI
3232
if: startsWith(github.ref, 'refs/tags/')
3333
needs:
3434
- build
@@ -44,11 +44,11 @@ jobs:
4444
with:
4545
name: python-package-distributions
4646
path: dist/
47-
- name: Publish distribution 📦 to PyPI
47+
- name: Publish distribution to PyPI
4848
uses: pypa/gh-action-pypi-publish@release/v1
4949
github-release:
5050
name: >-
51-
Sign the Python 🐍 distribution 📦 with Sigstore
51+
Sign the Python distribution with Sigstore
5252
and upload them to GitHub Release
5353
needs:
5454
- publish-to-pypi
@@ -65,7 +65,7 @@ jobs:
6565
name: python-package-distributions
6666
path: dist/
6767
- name: Sign the dists with Sigstore
68-
uses: sigstore/gh-action-sigstore-python@v2.1.1
68+
uses: sigstore/gh-action-sigstore-python@v3.0.1
6969
with:
7070
inputs: >-
7171
./dist/*.tar.gz

0 commit comments

Comments
 (0)