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.
1 parent 7eb662d commit 35f853cCopy full SHA for 35f853c
.github/workflows/pypi-release.yml
@@ -37,7 +37,7 @@ jobs:
37
run: python -m build --sdist --wheel --outdir dist/
38
39
- name: Upload built archives
40
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
41
with:
42
name: pypi_archives
43
path: dist/*
@@ -51,7 +51,7 @@ jobs:
51
52
steps:
53
- name: Download built archives
54
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
55
56
57
path: dist
@@ -71,7 +71,7 @@ jobs:
71
72
73
74
75
76
77
0 commit comments