Skip to content

Commit 2e7e14c

Browse files
authored
ci: adjust pypi release artifact path (#42)
adjust pypi release artifact path Signed-off-by: gruebel <anton.gruebel@gmail.com>
1 parent d42ee1e commit 2e7e14c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ jobs:
6363
- name: Publish a Python distribution to PyPI
6464
uses: pypa/gh-action-pypi-publish@release/v1
6565
with:
66-
packages-dir: ${{ matrix.path }}
66+
packages-dir: ${{ matrix.path }}/dist

0 commit comments

Comments
 (0)