Skip to content

Commit 9ff9c71

Browse files
authored
Fix PyPI publish: download wheels to dist/ to avoid directory hash error (#2050)
1 parent 9463f04 commit 9ff9c71

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,14 +359,14 @@ jobs:
359359
with:
360360
pattern: python-wheels-*
361361
merge-multiple: true
362-
path: .
362+
path: dist
363363

364364
- name: Publish Python wheels to PyPI
365365
uses: pypa/gh-action-pypi-publish@release/v1
366366
with:
367367
user: __token__
368368
password: ${{ secrets.PYPI_API_TOKEN }}
369-
packages-dir: .
369+
packages-dir: dist
370370

371371

372372
build-and-push-docker-images:

0 commit comments

Comments
 (0)