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 d42ee1e commit 2e7e14cCopy full SHA for 2e7e14c
.github/workflows/release.yml
@@ -63,4 +63,4 @@ jobs:
63
- name: Publish a Python distribution to PyPI
64
uses: pypa/gh-action-pypi-publish@release/v1
65
with:
66
- packages-dir: ${{ matrix.path }}
+ packages-dir: ${{ matrix.path }}/dist
0 commit comments