Skip to content

Commit

Permalink
Update github actions versions (#2)
Browse files Browse the repository at this point in the history
* Update github actions versions

* following the documentation they have

* update to v1.10

---------

Co-authored-by: Daniel M <[email protected]>
  • Loading branch information
tim-schilling and cunla authored Sep 2, 2024
1 parent 58aa553 commit b42020b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
name: python-package-distributions
path: dist/
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
uses: pypa/gh-action-pypi-publish@release/v1.10

github-release:
name: >-
Expand All @@ -70,7 +70,7 @@ jobs:
name: python-package-distributions
path: dist/
- name: Sign the dists with Sigstore
uses: sigstore/gh-action-sigstore-python@v1.2.3
uses: sigstore/gh-action-sigstore-python@v3
with:
inputs: >-
./dist/*.tar.gz
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
name: python-package-distributions
path: dist/
- name: Publish distribution 📦 to TestPyPI
uses: pypa/gh-action-pypi-publish@release/v1
uses: pypa/gh-action-pypi-publish@release/v1.10
with:
repository-url: https://test.pypi.org/legacy/
skip-existing: true

0 comments on commit b42020b

Please sign in to comment.