We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2be3d0b commit be816b9Copy full SHA for be816b9
.github/workflows/publish-to-test-pypi.yml
@@ -10,7 +10,7 @@ jobs:
10
- name: Set up Python 3.11
11
uses: actions/setup-python@v5
12
with:
13
- python-version: 3.11
+ python-version: "3.11"
14
- name: Install pep517
15
run: >-
16
python -m
0 commit comments