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 8503f01 commit e75ff02Copy full SHA for e75ff02
.github/workflows/build.yml
@@ -18,10 +18,10 @@ jobs:
18
awk -F '\/' '{ print tolower($2) }' |
19
tr '_' '-'
20
) >> $GITHUB_OUTPUT
21
- - name: Set up Python 3.x
+ - name: Set up Python 3.11
22
uses: actions/setup-python@v4
23
with:
24
- python-version: '3.x'
+ python-version: '3.11'
25
- name: Versions
26
run: |
27
python3 --version
.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
if: contains(steps.need-pypi.outputs.pyproject-toml, 'pyproject.toml')
- name: Install dependencies
0 commit comments