We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7c2640 commit 59193d0Copy full SHA for 59193d0
.github/workflows/deploy.yml
@@ -92,6 +92,7 @@ jobs:
92
93
steps:
94
- uses: actions/download-artifact@v4
95
+ if: startsWith(github.ref, 'refs/tags/')
96
with:
97
merge-multiple: true
98
path: all_wheels
0 commit comments