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 21d2d0c commit 61b1a86Copy full SHA for 61b1a86
.github/workflows/build.yml
@@ -88,7 +88,7 @@ jobs:
88
(github.event_name == 'release' && github.event.action == 'published') ||
89
(github.event_name == 'push' && github.ref == 'refs/heads/main')
90
steps:
91
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v5
92
with:
93
# Unpack all CIBW artifacts (wheels + sdist) into dist/
94
# pypa/gh-action-pypi-publish action uploads contents of dist/ unconditionally
@@ -110,7 +110,7 @@ jobs:
110
id-token: write
111
if: github.event_name == 'release' && github.event.action == 'published'
112
113
114
115
pattern: cibw-*
116
path: dist
0 commit comments