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 de7f15f + 30e0a5c commit 27ce653Copy full SHA for 27ce653
.github/workflows/deploy-pypi.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ubuntu-22.04
18
steps:
19
- name: Download wheels from commit ${{ github.sha }}
20
- uses: dawidd6/action-download-artifact@v9
+ uses: dawidd6/action-download-artifact@v10
21
with:
22
workflow: build-wheels.yml
23
workflow_conclusion: success
@@ -38,7 +38,7 @@ jobs:
38
39
40
41
42
43
44
0 commit comments