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.
2 parents 911ed39 + c4a1fa3 commit 31e09b2Copy full SHA for 31e09b2
.github/workflows/pypi-publish.yml
@@ -9,7 +9,7 @@ jobs:
9
build:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
13
with:
14
fetch-depth: 0
15
- name: Set up Python
.github/workflows/tests.yml
@@ -16,7 +16,7 @@ jobs:
16
env:
17
DISPLAY: ':99.0'
18
19
20
- name: Set up Python ${{ matrix.python-version }}
21
uses: actions/setup-python@v5
22
0 commit comments