We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8bb140 commit 9027e63Copy full SHA for 9027e63
.github/workflows/build-and-upload.yml
@@ -16,9 +16,9 @@ jobs:
16
build-wheel:
17
runs-on: 'ubuntu-latest'
18
steps:
19
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
20
21
- - uses: actions/setup-python@v4
+ - uses: actions/setup-python@v5
22
with:
23
python-version: 3.11
24
.github/workflows/tests.yml
@@ -19,9 +19,9 @@ jobs:
python: [ '3.10', '3.11', '3.12' ]
25
26
python-version: ${{ matrix.python }}
27
allow-prereleases: true
0 commit comments