Update python-publish.yml

This commit is contained in:
helgeerbe 2024-10-19 17:48:18 +02:00 committed by GitHub
parent 4a927e2276
commit 7df7370596
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,9 +24,9 @@ jobs:
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.x'
python-version: '3.12'
- name: Build source and wheel distributions
run: |