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 a6e231a commit 8c6ac96Copy full SHA for 8c6ac96
.github/workflows/publish.yaml
@@ -19,7 +19,7 @@ jobs:
19
- name: Build a binary wheel and a source tarball
20
run: python3 -m build
21
- name: Store the distribution packages
22
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
23
with:
24
name: python-package-distributions
25
path: dist/
@@ -38,7 +38,7 @@ jobs:
38
id-token: write # IMPORTANT: mandatory for trusted publishing
39
steps:
40
- name: Download all the dists
41
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
42
43
44
0 commit comments