Skip to content

Commit b4db564

Browse files
authored
ci: fix PyPI publish workflow on ubuntu-latest (#108)
1 parent a420495 commit b4db564

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up Python
2525
uses: actions/setup-python@v6
2626
with:
27-
python-version: 3.7
27+
python-version: "3.11"
2828
- name: Install dependencies
2929
run: |
3030
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)