We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcbe00c commit dafbeacCopy full SHA for dafbeac
.github/workflows/release-to-pypi.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Setup Python
21
uses: actions/[email protected]
22
with:
23
- python-version: 3.9
+ python-version: 3.10
24
- name: Installing the package
25
run: |
26
pip3 install .
0 commit comments