We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e06b43 commit ca1de78Copy full SHA for ca1de78
.github/workflows/main.yaml
@@ -20,6 +20,7 @@ jobs:
20
- '3.10'
21
- '3.11'
22
- '3.12'
23
+ - '3.13'
24
name: Check Python ${{ matrix.python-version }}
25
steps:
26
- uses: actions/checkout@v4
.github/workflows/publish_pip.yaml
@@ -15,7 +15,7 @@ jobs:
15
- name: Build SDist and wheel
16
run: pipx run build
17
18
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
19
with:
path: dist/*
@@ -31,7 +31,7 @@ jobs:
31
if: github.event_name == 'release' && github.event.action == 'published'
32
33
34
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
35
36
name: artifact
37
path: dist
0 commit comments