Skip to content

Commit 3eadde1

Browse files
committed
maintenance: Use Python 3.11 for publishing package to PyPI
1 parent 4b003bc commit 3eadde1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 3 additions & 3 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
12-
uses: actions/setup-python@v5.1.0
11+
- name: Set up Python
12+
uses: actions/setup-python@v5
1313
with:
14-
python-version: '3.10'
14+
python-version: '3.11'
1515
- name: Build a binary wheel and a source tarball
1616
run: >-
1717
pip install wheel;

0 commit comments

Comments
 (0)