Skip to content

Commit c3906fc

Browse files
committed
ci(publish): available python version and manual trigger
1 parent 7aacd01 commit c3906fc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/python-publish.yml

Lines changed: 2 additions & 1 deletion
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
@@ -16,7 +17,7 @@ jobs:
1617

1718
- uses: actions/setup-python@v5
1819
with:
19-
python-version: "3.14"
20+
python-version: "3.13.3"
2021

2122
- name: Build release distributions
2223
run: |

0 commit comments

Comments
 (0)