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 9463f04 commit 9ff9c71Copy full SHA for 9ff9c71
1 file changed
.github/workflows/ci.yml
@@ -359,14 +359,14 @@ jobs:
359
with:
360
pattern: python-wheels-*
361
merge-multiple: true
362
- path: .
+ path: dist
363
364
- name: Publish Python wheels to PyPI
365
uses: pypa/gh-action-pypi-publish@release/v1
366
367
user: __token__
368
password: ${{ secrets.PYPI_API_TOKEN }}
369
- packages-dir: .
+ packages-dir: dist
370
371
372
build-and-push-docker-images:
0 commit comments