Skip to content

Commit 9051991

Browse files
committed
Fix pypi upload
1 parent 1edd054 commit 9051991

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,10 +282,11 @@ jobs:
282282
steps:
283283
- uses: actions/download-artifact@v4
284284
with:
285+
path: artifacts
285286
merge-multiple: true
286287

287288
- name: Make dist directory
288-
run: mkdir dist && cp wheels/* sdist/* dist/
289+
run: mkdir dist && cp artifacts/wheels-*/* artifacts/sdist/* dist/
289290

290291
- name: Publish package distributions to PyPI
291292
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)