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 fdc5c88 commit 7885d8eCopy full SHA for 7885d8e
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
# Used to host cibuildwheel
23
- uses: actions/setup-python@v4
24
with:
25
- python-version: "3.10"
+ python-version: "3.11"
26
27
- name: Install cibuildwheel
28
run: python -m pip install cibuildwheel
@@ -43,7 +43,7 @@ jobs:
43
44
45
46
47
48
- name: Build sdist
49
run: pipx run build --sdist
0 commit comments