We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74ee6ae commit 93ecb23Copy full SHA for 93ecb23
.github/workflows/publish-to-pypi.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Set up Python
25
uses: actions/setup-python@v4
26
with:
27
- python-version: "3.x"
+ python-version: "3.11"
28
29
- name: Install pypa/build
30
run: |
0 commit comments