Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b42020b

Browse files
tim-schillingcunla
andauthoredSep 2, 2024··
Update github actions versions (#2)
* Update github actions versions * following the documentation they have * update to v1.10 --------- Co-authored-by: Daniel M <cunla@users.noreply.github.com>
1 parent 58aa553 commit b42020b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
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
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
118118
with:
119119
repository-url: https://test.pypi.org/legacy/
120120
skip-existing: true

0 commit comments

Comments
 (0)
Please sign in to comment.