Skip to content

Commit a0891a2

Browse files
prompt-botSimsonW
authored andcommitted
fix: 更新actions
1 parent e481425 commit a0891a2

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/release-publish.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414

1515
- uses: actions/checkout@master
1616

17-
- name: Set up Python 3.11
17+
- name: Set up Python 3.10
1818
uses: actions/setup-python@v1
1919
with:
20-
python-version: 3.11
20+
python-version: 3.10
2121

2222
- name: Install build
2323
run: >-
@@ -45,9 +45,7 @@ jobs:
4545
password: ${{ secrets.PYPI_API_TOKEN }}
4646

4747
github-release:
48-
name: >-
49-
Sign the Python 🐍 distribution 📦 with Sigstore
50-
and upload them to GitHub Release
48+
name: github-release
5149
needs:
5250
- publish-to-pypi
5351
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)