Skip to content

Commit ab01d84

Browse files
authored
Merge pull request #379 from FanwangM/fix_pypi
Update GitHub Actions versions
2 parents cd68593 + aa22993 commit ab01d84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up Python
2525
uses: actions/setup-python@v5
2626
with:
27-
python-version: "3.9"
27+
python-version: "3.12"
2828
- name: Install pypa/build
2929
run: >-
3030
python -m pip install build
@@ -77,7 +77,7 @@ jobs:
7777
name: python-package-distributions
7878
path: dist/
7979
- name: Sign the dists with Sigstore
80-
uses: sigstore/gh-action-sigstore-python@v2.1.1
80+
uses: sigstore/gh-action-sigstore-python@v3.0.0
8181
with:
8282
inputs: >-
8383
./dist/*.tar.gz

0 commit comments

Comments
 (0)