We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feb5066 commit cd081f8Copy full SHA for cd081f8
.github/workflows/publish.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Set up Python 3.10
16
uses: actions/setup-python@v4
17
with:
18
- python-version: 3.10
+ python-version: '3.10'
19
- name: Install pypa/build
20
run: >-
21
python -m
0 commit comments