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 ebd9b3a commit 10ccaf5Copy full SHA for 10ccaf5
.github/workflows/ci.yml
@@ -61,7 +61,7 @@ jobs:
61
env:
62
TOXENV: py
63
steps:
64
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
65
- if: ${{ matrix.python-version == '2.7' }}
66
run: |
67
sudo apt-get install python-is-python2
.github/workflows/publish.yml
@@ -10,7 +10,7 @@ jobs:
10
deploy:
11
runs-on: ubuntu-latest
12
13
14
- name: Set up Python
15
uses: actions/setup-python@v5
16
with:
0 commit comments