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 546b9bb commit 911ace1Copy full SHA for 911ace1
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Set up Latest Python
21
uses: actions/setup-python@v4
22
with:
23
- python-version: "3.*"
+ python-version: "3.x"
24
25
- name: Install dependencies
26
run: |
0 commit comments