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 2ee7b72 + 74248b4 commit e9afb41Copy full SHA for e9afb41
.github/workflows/publish-to-test-pypi.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
13
steps:
14
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
15
- name: Set up Python
16
uses: actions/setup-python@v5
17
with:
.github/workflows/pytest.yml
@@ -18,7 +18,7 @@ jobs:
18
python-version: ["3.11", "3.13"]
19
20
21
22
- name: Set up Python ${{ matrix.python-version }}
23
24
0 commit comments