We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 986253a commit feaaccbCopy full SHA for feaaccb
.github/workflows/publish.yml
@@ -20,7 +20,7 @@ jobs:
20
build:
21
22
# The type of runner that the job will run on
23
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
24
25
# Steps represent a sequence of tasks that will be executed as part of the job
26
steps:
@@ -30,7 +30,7 @@ jobs:
30
- name: Set up Python 3.x
31
uses: actions/setup-python@v1
32
with:
33
- python-version: '3.x'
+ python-version: '3.10'
34
35
- name: Display Python version
36
run: python -c "import sys; print(sys.version)"
0 commit comments