We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99448c5 commit 6335cf5Copy full SHA for 6335cf5
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Setup Python
17
uses: actions/setup-python@v5
18
with:
19
- python-version: 3.10
+ python-version: "3.10"
20
21
- name: Install Python Build Module and Twine
22
run: |
0 commit comments