Skip to content

Commit 2869261

Browse files
committed
Fix artifactory download
1 parent 37c8b7a commit 2869261

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
uses: actions/download-artifact@v4
7070
with:
7171
pattern: wheels-*
72+
path: dist
7273
- name: 🚀 Publish to PyPi
7374
run: uv publish
7475
- name: ✍️ Sign published artifacts

0 commit comments

Comments
 (0)