Update python-publish.yml
This commit is contained in:
parent
4a927e2276
commit
7df7370596
1 changed files with 2 additions and 2 deletions
4
.github/workflows/python-publish.yml
vendored
4
.github/workflows/python-publish.yml
vendored
|
@ -24,9 +24,9 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.x'
|
python-version: '3.12'
|
||||||
|
|
||||||
- name: Build source and wheel distributions
|
- name: Build source and wheel distributions
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue