Skip to content

Commit

Permalink
Merge pull request #1539 from woodruffw-forks/ww/bump-versions
Browse files Browse the repository at this point in the history
publish-to-test-pypi: bump action versions
  • Loading branch information
webknjaz authored May 6, 2024
2 parents 595f76d + 3f2c72d commit 7ebc501
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.x"
- name: Install pypa/build
Expand Down Expand Up @@ -68,7 +68,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@v2.1.1
with:
inputs: >-
./dist/*.tar.gz
Expand Down

0 comments on commit 7ebc501

Please sign in to comment.