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 a252ceb commit 482991cCopy full SHA for 482991c
.github/workflows/publish.yml
@@ -14,6 +14,8 @@ jobs:
14
steps:
15
- uses: actions/checkout@v4
16
- uses: actions/setup-python@v5
17
+ with:
18
+ python-version: '3.x'
19
name: Set up Python
20
- name: Pre-Install (generic)
21
run: |
0 commit comments