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 8405a57 commit 385eb94Copy full SHA for 385eb94
.github/workflows/pypi-publish.yml
@@ -17,7 +17,7 @@ jobs:
17
# happen for this actual commit (the commit that the tag points to).
18
# It also restores the files timestamps.
19
- name: Download wheels from commit ${{ github.sha }}
20
- uses: dawidd6/action-download-artifact@v8
+ uses: dawidd6/action-download-artifact@v10
21
with:
22
workflow: python-package.yml
23
workflow_conclusion: success
@@ -27,7 +27,7 @@ jobs:
27
path: dist
28
29
- name: Download sdist from commit ${{ github.sha }}
30
31
32
33
0 commit comments