Skip to content

Commit 4023470

Browse files
authored
Update publish-release.yml (#10)
1 parent 12232ad commit 4023470

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/publish-release.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Upload Python Package
33
on:
44
release:
55
types: [published]
6+
workflow_dispatch:
67

78
permissions:
89
contents: read
@@ -11,17 +12,14 @@ jobs:
1112
deploy:
1213

1314
runs-on: ubuntu-latest
14-
strategy:
15-
matrix:
16-
python-version: ["pypy3.10", "3.9", "3.10", "3.11", "3.12", "3.13"]
1715

1816
steps:
1917
- uses: actions/checkout@v4
2018

21-
- name: Set up Python ${{ matrix.python-version }}
19+
- name: Set up Python
2220
uses: actions/setup-python@v5
2321
with:
24-
python-version: ${{ matrix.python-version }}
22+
python-version: "3.12"
2523

2624
- name: Install dependencies
2725
run: |

0 commit comments

Comments
 (0)