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 94d5d92 commit 92a533fCopy full SHA for 92a533f
.github/workflows/publish-to-test-pypi.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Build a binary wheel and a source tarball
23
run: python3 -m build
24
- name: Store the distribution packages
25
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v3
26
with:
27
name: python-package-distributions
28
path: dist/
@@ -42,7 +42,7 @@ jobs:
42
43
steps:
44
- name: Download all the dists
45
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v20
46
47
48
@@ -63,7 +63,7 @@ jobs:
63
64
65
66
67
68
69
0 commit comments