Skip to content

Commit ca1de78

Browse files
authored
Update GitHub workflows (#31)
1 parent 8e06b43 commit ca1de78

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- '3.10'
2121
- '3.11'
2222
- '3.12'
23+
- '3.13'
2324
name: Check Python ${{ matrix.python-version }}
2425
steps:
2526
- uses: actions/checkout@v4

.github/workflows/publish_pip.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Build SDist and wheel
1616
run: pipx run build
1717

18-
- uses: actions/upload-artifact@v3
18+
- uses: actions/upload-artifact@v4
1919
with:
2020
path: dist/*
2121

@@ -31,7 +31,7 @@ jobs:
3131
if: github.event_name == 'release' && github.event.action == 'published'
3232

3333
steps:
34-
- uses: actions/download-artifact@v3
34+
- uses: actions/download-artifact@v4
3535
with:
3636
name: artifact
3737
path: dist

0 commit comments

Comments
 (0)