We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e481425 commit a0891a2Copy full SHA for a0891a2
1 file changed
.github/workflows/release-publish.yml
@@ -14,10 +14,10 @@ jobs:
14
15
- uses: actions/checkout@master
16
17
- - name: Set up Python 3.11
+ - name: Set up Python 3.10
18
uses: actions/setup-python@v1
19
with:
20
- python-version: 3.11
+ python-version: 3.10
21
22
- name: Install build
23
run: >-
@@ -45,9 +45,7 @@ jobs:
45
password: ${{ secrets.PYPI_API_TOKEN }}
46
47
github-release:
48
- name: >-
49
- Sign the Python 🐍 distribution 📦 with Sigstore
50
- and upload them to GitHub Release
+ name: github-release
51
needs:
52
- publish-to-pypi
53
runs-on: ubuntu-latest
0 commit comments