We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f4e439 + 5eef233 commit e31fc8dCopy full SHA for e31fc8d
1 file changed
.github/workflows/deploy-pypi.yml
@@ -26,7 +26,7 @@ jobs:
26
# This does however mean that when making a release, you must be
27
# sure that the build-wheels job on main has completed
28
- name: Download wheels from commit ${{ github.sha }}
29
- uses: dawidd6/action-download-artifact@v11
+ uses: dawidd6/action-download-artifact@v12
30
with:
31
workflow: build-wheels.yml
32
workflow_conclusion: success
@@ -50,7 +50,7 @@ jobs:
50
runs-on: ubuntu-22.04
51
steps:
52
53
54
55
56
0 commit comments