Skip to content

Commit 74bed41

Browse files
Update github actions versions
1 parent 58aa553 commit 74bed41

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
name: python-package-distributions
5050
path: dist/
5151
- name: Publish distribution 📦 to PyPI
52-
uses: pypa/gh-action-pypi-publish@release/v1
52+
uses: pypa/gh-action-pypi-publish@release/v1.10.0
5353

5454
github-release:
5555
name: >-
@@ -70,7 +70,7 @@ jobs:
7070
name: python-package-distributions
7171
path: dist/
7272
- name: Sign the dists with Sigstore
73-
uses: sigstore/gh-action-sigstore-python@v1.2.3
73+
uses: sigstore/gh-action-sigstore-python@v3
7474
with:
7575
inputs: >-
7676
./dist/*.tar.gz
@@ -114,7 +114,7 @@ jobs:
114114
name: python-package-distributions
115115
path: dist/
116116
- name: Publish distribution 📦 to TestPyPI
117-
uses: pypa/gh-action-pypi-publish@release/v1
117+
uses: pypa/gh-action-pypi-publish@release/v1.10.0
118118
with:
119119
repository-url: https://test.pypi.org/legacy/
120120
skip-existing: true

0 commit comments

Comments
 (0)