We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b003bc commit 3eadde1Copy full SHA for 3eadde1
.github/workflows/publish-to-pypi.yml
@@ -8,10 +8,10 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- uses: actions/checkout@v4
11
- - name: Set up Python 3.10
12
- uses: actions/setup-python@v5.1.0
+ - name: Set up Python
+ uses: actions/setup-python@v5
13
with:
14
- python-version: '3.10'
+ python-version: '3.11'
15
- name: Build a binary wheel and a source tarball
16
run: >-
17
pip install wheel;
0 commit comments