We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c75e93 commit e63330fCopy full SHA for e63330f
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
run: tox
28
29
lint:
30
- runs-on: ubuntu-22.04.5
+ runs-on: ubuntu-latest
31
steps:
32
- uses: actions/checkout@v2
33
- name: Set up Python 3.10
@@ -45,7 +45,7 @@ jobs:
45
testpypi-package:
46
if: github.event_name == 'release' && github.event.release.prerelease == true
47
needs: [pytest]
48
49
50
51
@@ -75,7 +75,7 @@ jobs:
75
pypi-package:
76
if: github.event_name == 'release' && github.event.release.prerelease == false
77
78
79
80
81
0 commit comments