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 a57455a + 831f7ed commit 9c6c219Copy full SHA for 9c6c219
.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@v4.1.7
+ 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