Skip to content

Commit 651ed6c

Browse files
committed
update publish workflow
1 parent a9eaca8 commit 651ed6c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-on-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v4
11-
- name: Set up Python 3.10
11+
- name: Set up Python 3.12
1212
uses: actions/setup-python@v5
1313
with:
14-
python-version: 3.10
14+
python-version: "3.12"
1515
- name: Install pypa/build
1616
run: >-
1717
python -m

0 commit comments

Comments
 (0)