We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 077512a commit f7a0f8dCopy full SHA for f7a0f8d
.github/workflows/release-to-pypi.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Set up Python
24
uses: actions/setup-python@v4
25
with:
26
- python-version: "3.7.x"
+ python-version: "3.11.x"
27
- name: Install build dependency
28
run: python3 -m pip install --upgrade build
29
- name: Build a binary wheel and a source tarball
0 commit comments